Show / Hide Table of Contents

Class LocalizedString

Inheritance
object
LocalizedString
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX