Class: Azure::IotCentral::Mgmt::V2017_07_01_privatepreview::Models::OperationInputs
- Inherits:
-
Object
- Object
- Azure::IotCentral::Mgmt::V2017_07_01_privatepreview::Models::OperationInputs
- Includes:
- MsRestAzure
- Defined in:
- lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/models/operation_inputs.rb
Overview
Input values.
Instance Attribute Summary collapse
-
#name ⇒ String
check.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for OperationInputs class as Ruby Hash.
Instance Attribute Details
#name ⇒ String
check.
17 18 19 |
# File 'lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/models/operation_inputs.rb', line 17 def name @name end |
Class Method Details
.mapper ⇒ Object
Mapper for OperationInputs class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/models/operation_inputs.rb', line 24 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 |