class Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs
Input values.
Attributes
name[RW]
@return [String] The name of the IoT Central application instance to check.
type[RW]
@return [String] The type of the IoT Central resource to query. Default value: 'IoTApps' .
Private Class Methods
mapper()
click to toggle source
Mapper for OperationInputs
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-09-01/generated/azure_mgmt_iot_central/models/operation_inputs.rb, line 28 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' } }, type: { client_side_validation: true, required: false, serialized_name: 'type', default_value: 'IoTApps', type: { name: 'String' } } } } } end