Sha256: 99746a0085cf0391b63da5fa63324930b7c1ef1ea506de37b147d4c896dd2588
Contents?: true
Size: 1.59 KB
Versions: 8
Compression:
Stored size: 1.59 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::IotHub::Mgmt::V2016_02_03 module Models # # Use to provide parameters when requesting an export of all devices in the # IoT 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() { client_side_validation: true, required: false, serialized_name: 'ExportDevicesRequest', type: { name: 'Composite', class_name: 'ExportDevicesRequest', model_properties: { export_blob_container_uri: { client_side_validation: true, required: true, serialized_name: 'ExportBlobContainerUri', type: { name: 'String' } }, exclude_keys: { client_side_validation: true, required: true, serialized_name: 'ExcludeKeys', type: { name: 'Boolean' } } } } } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems