Class: Azure::ARM::Logic::Models::IntegrationAccountMapPropertiesParametersSchema
- Inherits:
-
Object
- Object
- Azure::ARM::Logic::Models::IntegrationAccountMapPropertiesParametersSchema
- Includes:
- MsRest::JSONable, MsRestAzure
- Defined in:
- lib/generated/azure_mgmt_logic/models/integration_account_map_properties_parameters_schema.rb
Overview
The parameters schema of integration account map.
Instance Attribute Summary collapse
-
#ref ⇒ String
The reference name.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for IntegrationAccountMapPropertiesParametersSchema class as Ruby Hash.
Instance Attribute Details
#ref ⇒ String
Returns The reference name.
17 18 19 |
# File 'lib/generated/azure_mgmt_logic/models/integration_account_map_properties_parameters_schema.rb', line 17 def ref @ref end |
Class Method Details
.mapper ⇒ Object
Mapper for IntegrationAccountMapPropertiesParametersSchema class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/generated/azure_mgmt_logic/models/integration_account_map_properties_parameters_schema.rb', line 25 def self.mapper() { required: false, serialized_name: 'IntegrationAccountMapProperties_parametersSchema', type: { name: 'Composite', class_name: 'IntegrationAccountMapPropertiesParametersSchema', model_properties: { ref: { required: false, serialized_name: 'ref', type: { name: 'String' } } } } } end |