Sha256: 4e9eb7fef6277243b8e4a68091e5679bda6a63e8015343a37f9057feb0e31e16
Contents?: true
Size: 1.35 KB
Versions: 10
Compression:
Stored size: 1.35 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::NetApp::Mgmt::V2019_08_01 module Models # # Snapshot patch # class SnapshotPatch include MsRestAzure # @return [Hash{String => String}] Resource tags attr_accessor :tags # # Mapper for SnapshotPatch class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'snapshotPatch', type: { name: 'Composite', class_name: 'SnapshotPatch', model_properties: { tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
10 entries across 10 versions & 1 rubygems