class Azure::IotHub::Mgmt::V2016_02_03::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/2016-02-03/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