Class DetailsItemInfo
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class DetailsItemInfo : 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 details list.
Declaration
[JsonProperty("item")]
public virtual TemplateItem Item { get; set; }
Property Value
Type | Description |
---|---|
TemplateItem |