Show / Hide Table of Contents

Class CardRowTwoItems

Inheritance
object
CardRowTwoItems
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX