Sha256: c180e3898938212e48f9ff454dade761d59b6bb79f41c37b60bbb00068e05948

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::ARM::Logic
  module Models
    #
    # The parameters schema of integration account map.
    #
    class IntegrationAccountMapPropertiesParametersSchema

      include MsRestAzure

      # @return [String] The reference name.
      attr_accessor :ref


      #
      # Mapper for IntegrationAccountMapPropertiesParametersSchema class as
      # Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      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
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_logic-0.14.0 lib/generated/azure_mgmt_logic/models/integration_account_map_properties_parameters_schema.rb