Sha256: 933d1f2d2aadd5ceb76d8077e096fb1182edb813d6438b0d0c8a278832679783
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 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::Compute::Mgmt::V2020_09_30_preview module Models # # Describes the gallery unique name. # class GalleryIdentifier include MsRestAzure # @return [String] The unique name of the Shared Image Gallery. This name # is generated automatically by Azure. attr_accessor :unique_name # # Mapper for GalleryIdentifier class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'GalleryIdentifier', type: { name: 'Composite', class_name: 'GalleryIdentifier', model_properties: { unique_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'uniqueName', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems