class Azure::Hdinsight::Mgmt::V2015_03_01_preview::Models::LocalizedName
The details about the localizable name of a type of usage.
Attributes
localized_value[RW]
@return [String] The localized name of the used resource.
value[RW]
@return [String] The name of the used resource.
Public Class Methods
mapper()
click to toggle source
Mapper for LocalizedName
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/localized_name.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LocalizedName', type: { name: 'Composite', class_name: 'LocalizedName', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'String' } }, localized_value: { client_side_validation: true, required: false, serialized_name: 'localizedValue', type: { name: 'String' } } } } } end