Class CardRowThreeItems
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class CardRowThreeItems : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndItem
The item to be displayed at the end of the row. This item will be aligned to the right.
Declaration
[JsonProperty("endItem")]
public virtual TemplateItem EndItem { get; set; }
Property Value
Type | Description |
---|---|
TemplateItem |
MiddleItem
The item to be displayed in the middle of the row. This item will be centered between the start and end items.
Declaration
[JsonProperty("middleItem")]
public virtual TemplateItem MiddleItem { get; set; }
Property Value
Type | Description |
---|---|
TemplateItem |
StartItem
The item to be displayed at the start of the row. This item will be aligned to the left.
Declaration
[JsonProperty("startItem")]
public virtual TemplateItem StartItem { get; set; }
Property Value
Type | Description |
---|---|
TemplateItem |