Sha256: 3eeb7d97e0c8b03fbe60d9a5e23a7f86839bf401639a68e432b933be18f29f5f
Contents?: true
Size: 1.45 KB
Versions: 2
Compression:
Stored size: 1.45 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::V2017_07_01 module Models # # Use to provide parameters when requesting an import of all devices in the # hub. # class ImportDevicesRequest include MsRestAzure # @return [String] The input blob container URI. attr_accessor :input_blob_container_uri # @return [String] The output blob container URI. attr_accessor :output_blob_container_uri # # Mapper for ImportDevicesRequest class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ImportDevicesRequest', type: { name: 'Composite', class_name: 'ImportDevicesRequest', model_properties: { input_blob_container_uri: { required: true, serialized_name: 'InputBlobContainerUri', type: { name: 'String' } }, output_blob_container_uri: { required: true, serialized_name: 'OutputBlobContainerUri', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems