Sha256: 6762fb04e34f2a1df24854370ed4da080ed955319ad40d2ef8637c807672e158
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Resources 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_resources-0.10.0 | lib/generated/azure_mgmt_resources/models/alias_path_type.rb |