Class CardRowTwoItems
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class CardRowTwoItems : 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 |
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 |