Class CardRowTemplateInfo
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class CardRowTemplateInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OneItem
Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
Declaration
[JsonProperty("oneItem")]
public virtual CardRowOneItem OneItem { get; set; }
Property Value
Type | Description |
---|---|
CardRowOneItem |
ThreeItems
Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
Declaration
[JsonProperty("threeItems")]
public virtual CardRowThreeItems ThreeItems { get; set; }
Property Value
Type | Description |
---|---|
CardRowThreeItems |
TwoItems
Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
Declaration
[JsonProperty("twoItems")]
public virtual CardRowTwoItems TwoItems { get; set; }
Property Value
Type | Description |
---|---|
CardRowTwoItems |