Show / Hide Table of Contents

Class FirstRowOption

Inheritance
object
FirstRowOption
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 FirstRowOption : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldOption

A reference to the field to be displayed in the first row.

Declaration
[JsonProperty("fieldOption")]
public virtual FieldSelector FieldOption { get; set; }
Property Value
Type Description
FieldSelector

TransitOption

Declaration
[JsonProperty("transitOption")]
public virtual string TransitOption { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX