Sha256: 2ae31f678dbd0a94f3d5787fd2210adc20ed05866709b0bb5fb6280a880c6306
Contents?: true
Size: 994 Bytes
Versions: 2
Compression:
Stored size: 994 Bytes
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 # # OperationInputs. # class OperationInputs include MsRestAzure # @return [String] The name of the iot hub. attr_accessor :name # # Mapper for OperationInputs class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'OperationInputs', type: { name: 'Composite', class_name: 'OperationInputs', model_properties: { name: { required: true, serialized_name: 'Name', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.7.0 | lib/generated/azure_mgmt_iot_hub/models/operation_inputs.rb |
azure_mgmt_iot_hub-0.6.0 | lib/generated/azure_mgmt_iot_hub/models/operation_inputs.rb |