Class LabelValueRow
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class LabelValueRow : IDirectResponseSchema
Properties
Columns
A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
Declaration
[JsonProperty("columns")]
public virtual IList<LabelValue> Columns { get; set; }
Property Value
Type | Description |
---|---|
IList<LabelValue> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |