Sha256: d8f853e7f315492a852417a9761c83306d02b36b72c4169fd1496e220e6028c9
Contents?: true
Size: 1.03 KB
Versions: 11
Compression:
Stored size: 1.03 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_07_01 module Models # # Snapshot patch # class SnapshotPatch include MsRestAzure # @return 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: 'Object' } } } } } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems