Sha256: ca02875fdbf3af5f79d20087f9e46296b61e06a8ca3688283341174ecea83248
Contents?: true
Size: 1.45 KB
Versions: 3
Compression:
Stored size: 1.45 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::IotHub module Models # # Used to provide parameters when requesting an export of all devices in # the hub. # class ExportDevicesRequest include MsRestAzure # @return [String] The export BLOB container URI. attr_accessor :export_blob_container_uri # @return [Boolean] The value indicating whether keys should be excluded # during export. attr_accessor :exclude_keys # # Mapper for ExportDevicesRequest class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ExportDevicesRequest', type: { name: 'Composite', class_name: 'ExportDevicesRequest', model_properties: { export_blob_container_uri: { required: true, serialized_name: 'ExportBlobContainerUri', type: { name: 'String' } }, exclude_keys: { required: true, serialized_name: 'ExcludeKeys', type: { name: 'Boolean' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems