# 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: false, serialized_name: 'Name', type: { name: 'String' } } } } } end end end end