class Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema

The parameters schema of integration account map.

Attributes

ref[RW]

@return [String] The reference name.

Public Class Methods

mapper() click to toggle source

Mapper for IntegrationAccountMapPropertiesParametersSchema class as Ruby Hash. This will be used for serialization/deserialization.

# 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