class Azure::StorageCache::Mgmt::V2020_03_01::Models::UnknownTarget
Properties pertained to UnknownTarget
Attributes
unknown_map[RW]
@return [Hash{String => String}] Dictionary of string->string pairs containing information about the Storage Target.
Public Class Methods
mapper()
click to toggle source
Mapper for UnknownTarget
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-03-01/generated/azure_mgmt_storagecache/models/unknown_target.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'UnknownTarget', type: { name: 'Composite', class_name: 'UnknownTarget', model_properties: { unknown_map: { client_side_validation: true, required: false, serialized_name: 'unknownMap', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end