Sha256: 36320bcdd4bf6af5458dfdd909b7baebb57c53ed7f0ccf5fbc8fac49c7152241
Contents?: true
Size: 1.35 KB
Versions: 9
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_10_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
9 entries across 9 versions & 1 rubygems