Class: Azure::ARM::IotHub::Models::OperationInputs

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/generated/azure_mgmt_iot_hub/models/operation_inputs.rb

Overview

OperationInputs.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#nameString

Returns The name of the iot hub.

Returns:

  • (String)

    The name of the iot hub.



16
17
18
# File 'lib/generated/azure_mgmt_iot_hub/models/operation_inputs.rb', line 16

def name
  @name
end

Class Method Details

.mapperObject

Mapper for OperationInputs class as Ruby Hash. This will be used for serialization/deserialization.



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# File 'lib/generated/azure_mgmt_iot_hub/models/operation_inputs.rb', line 23

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