class Azure::StorageCache::Mgmt::V2020_10_01::Models::UsageModelDisplay
Localized information describing this usage model.
Attributes
description[RW]
@return [String] String to display for this usage model.
Private Class Methods
mapper()
click to toggle source
Mapper for UsageModelDisplay
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-10-01/generated/azure_mgmt_storagecache/models/usage_model_display.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'UsageModel_display', type: { name: 'Composite', class_name: 'UsageModelDisplay', model_properties: { description: { client_side_validation: true, required: false, serialized_name: 'description', type: { name: 'String' } } } } } end