Sha256: c0f7be554202d2b58fbe2b0bcad50f98037bdd7cbb2c3e8e13aaaefc4c51e48c

Contents?: true

Size: 1.74 KB

Versions: 5

Compression:

Stored size: 1.74 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::Resources::Mgmt::V2020_06_01
  module Models
    #
    # Model object.
    #
    #
    class AliasPathMetadata

      include MsRestAzure

      # @return [AliasPathTokenType] The type of the token that the alias path
      # is referring to. Possible values include: 'NotSpecified', 'Any',
      # 'String', 'Object', 'Array', 'Integer', 'Number', 'Boolean'
      attr_accessor :type

      # @return [AliasPathAttributes] The attributes of the token that the
      # alias path is referring to. Possible values include: 'None',
      # 'Modifiable'
      attr_accessor :attributes


      #
      # Mapper for AliasPathMetadata class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'AliasPathMetadata',
          type: {
            name: 'Composite',
            class_name: 'AliasPathMetadata',
            model_properties: {
              type: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'type',
                type: {
                  name: 'String'
                }
              },
              attributes: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'attributes',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
azure_mgmt_resources2-0.19.0 lib/2020-06-01/generated/azure_mgmt_resources/models/alias_path_metadata.rb
azure_mgmt_resources2-0.18.2 lib/2020-06-01/generated/azure_mgmt_resources/models/alias_path_metadata.rb
azure_mgmt_resources-0.18.2 lib/2020-06-01/generated/azure_mgmt_resources/models/alias_path_metadata.rb
azure_mgmt_resources-0.18.1 lib/2020-06-01/generated/azure_mgmt_resources/models/alias_path_metadata.rb
azure_mgmt_resources-0.18.0 lib/2020-06-01/generated/azure_mgmt_resources/models/alias_path_metadata.rb