class Azure::StorageCache::Mgmt::V2020_10_01::Models::ClfsTarget
Properties pertaining to the ClfsTarget
Attributes
target[RW]
@return [String] Resource ID of storage container.
Private Class Methods
mapper()
click to toggle source
Mapper for ClfsTarget
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-10-01/generated/azure_mgmt_storagecache/models/clfs_target.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClfsTarget', type: { name: 'Composite', class_name: 'ClfsTarget', model_properties: { target: { client_side_validation: true, required: false, serialized_name: 'target', type: { name: 'String' } } } } } end