class Azure::IotHub::Mgmt::V2018_12_01_preview::Models::OperationInputs

Input values.

Attributes

name[RW]

@return [String] The name of the IoT hub to check.

Public Class Methods

mapper() click to toggle source

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

# File lib/2018-12-01-preview/generated/azure_mgmt_iot_hub/models/operation_inputs.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'OperationInputs',
    type: {
      name: 'Composite',
      class_name: 'OperationInputs',
      model_properties: {
        name: {
          client_side_validation: true,
          required: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end