Sha256: 0618f68f18c422f7834316189015ac73bedb01a36eaf2d195924a7f19bac5c7b

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 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::V2016_09_01
  module Models
    #
    # The type of the paths for alias.
    #
    class AliasPathType

      include MsRestAzure

      # @return [String] The path of an alias.
      attr_accessor :path

      # @return [Array<String>] The API versions.
      attr_accessor :api_versions


      #
      # Mapper for AliasPathType class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'AliasPathType',
          type: {
            name: 'Composite',
            class_name: 'AliasPathType',
            model_properties: {
              path: {
                required: false,
                serialized_name: 'path',
                type: {
                  name: 'String'
                }
              },
              api_versions: {
                required: false,
                serialized_name: 'apiVersions',
                type: {
                  name: 'Sequence',
                  element: {
                      required: false,
                      serialized_name: 'StringElementType',
                      type: {
                        name: 'String'
                      }
                  }
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_resources-0.15.1 lib/2016-09-01/generated/azure_mgmt_resources/models/alias_path_type.rb
azure_mgmt_resources-0.15.0 lib/2016-09-01/generated/azure_mgmt_resources/models/alias_path_type.rb