class Azure::NetApp::Mgmt::V2017_08_15_preview::Models::SnapshotPatch

Snapshot patch

Attributes

tags[RW]

@return Resource tags

Public Class Methods

mapper() click to toggle source

Mapper for SnapshotPatch class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2017-08-15-preview/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: 'Object'
          }
        }
      }
    }
  }
end