Class EventSeat
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class EventSeat : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Gate
The gate the ticket holder should enter to get to their seat, such as "A" or "West". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.
Declaration
[JsonProperty("gate")]
public virtual LocalizedString Gate { get; set; }
Property Value
| Type | Description |
|---|---|
| LocalizedString |
Kind
Identifies what kind of resource this is. Value: the fixed string "walletobjects#eventSeat".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Row
The row of the seat, such as "1", E", "BB", or "A5". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.
Declaration
[JsonProperty("row")]
public virtual LocalizedString Row { get; set; }
Property Value
| Type | Description |
|---|---|
| LocalizedString |
Seat
The seat number, such as "1", "2", "3", or any other seat identifier. This field is localizable so you may translate words or use different alphabets for the characters in an identifier.
Declaration
[JsonProperty("seat")]
public virtual LocalizedString Seat { get; set; }
Property Value
| Type | Description |
|---|---|
| LocalizedString |
Section
The section of the seat, such as "121". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.
Declaration
[JsonProperty("section")]
public virtual LocalizedString Section { get; set; }
Property Value
| Type | Description |
|---|---|
| LocalizedString |