Show / Hide Table of Contents

Class CardRowTemplateInfo

Inheritance
object
CardRowTemplateInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX