Sha256: ccf1ceab1b7d06a2541513f5d36d4c0ba8db9e28b3ac67a1d51dedb62854ecda
Contents?: true
Size: 1.68 KB
Versions: 8
Compression:
Stored size: 1.68 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::V2019_07_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() { client_side_validation: true, required: false, serialized_name: 'AliasPathType', type: { name: 'Composite', class_name: 'AliasPathType', model_properties: { path: { client_side_validation: true, required: false, serialized_name: 'path', type: { name: 'String' } }, api_versions: { client_side_validation: true, required: false, serialized_name: 'apiVersions', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
8 entries across 8 versions & 2 rubygems