Sha256: 715af67251e226be684667f3aa02d3dd0a8c994102575308b832337de82894a7
Contents?: true
Size: 1.3 KB
Versions: 4
Compression:
Stored size: 1.3 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Web module Models # # LocalizableString object containing the name and a localized value. # class LocalizableString include MsRestAzure # @return [String] Non localized name attr_accessor :value # @return [String] Localized name attr_accessor :localized_value # # Mapper for LocalizableString class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'LocalizableString', type: { name: 'Composite', class_name: 'LocalizableString', model_properties: { value: { required: false, serialized_name: 'value', type: { name: 'String' } }, localized_value: { required: false, serialized_name: 'localizedValue', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems