Class CardRowOneItem
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class CardRowOneItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Item
The item to be displayed in the row. This item will be automatically centered.
Declaration
[JsonProperty("item")]
public virtual TemplateItem Item { get; set; }
Property Value
Type | Description |
---|---|
TemplateItem |