Class LabelValue
A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class LabelValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Label
The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalizedLabel
Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
Declaration
[JsonProperty("localizedLabel")]
public virtual LocalizedString LocalizedLabel { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |
LocalizedValue
Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
Declaration
[JsonProperty("localizedValue")]
public virtual LocalizedString LocalizedValue { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |
Value
The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |