class Azure::NetApp::Mgmt::V2019_10_01::Models::SnapshotPatch
Snapshot
patch
Attributes
Public Class Methods
mapper()
click to toggle source
Mapper for SnapshotPatch
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-10-01/generated/azure_mgmt_netapp/models/snapshot_patch.rb, line 23 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