Class: Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2016-06-01/generated/azure_mgmt_logic/models/integration_account_map_properties_parameters_schema.rb

Overview

The parameters schema of integration account map.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#refString

Returns The reference name.

Returns:

  • (String)

    The reference name.



16
17
18
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/integration_account_map_properties_parameters_schema.rb', line 16

def ref
  @ref
end

Class Method Details

.mapperObject

Mapper for IntegrationAccountMapPropertiesParametersSchema 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/2016-06-01/generated/azure_mgmt_logic/models/integration_account_map_properties_parameters_schema.rb', line 24

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'IntegrationAccountMapProperties_parametersSchema',
    type: {
      name: 'Composite',
      class_name: 'IntegrationAccountMapPropertiesParametersSchema',
      model_properties: {
        ref: {
          client_side_validation: true,
          required: false,
          serialized_name: 'ref',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end