Class LocalizedString
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class LocalizedString : IDirectResponseSchema
Properties
DefaultValue
Contains the string to be displayed if no appropriate translation is available.
Declaration
[JsonProperty("defaultValue")]
public virtual TranslatedString DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
TranslatedString |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies what kind of resource this is. Value: the fixed string "walletobjects#localizedString"
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
TranslatedValues
Contains the translations for the string.
Declaration
[JsonProperty("translatedValues")]
public virtual IList<TranslatedString> TranslatedValues { get; set; }
Property Value
Type | Description |
---|---|
IList<TranslatedString> |