Show / Hide Table of Contents

Class AirportInfo

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

Properties

AirportIataCode

Three character IATA airport code. This is a required field for origin and destination. Eg: "SFO"

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

AirportNameOverride

Optional field that overrides the airport city name defined by IATA. By default, Google takes the airportIataCode provided and maps it to the official airport city name defined by IATA. Official IATA airport city names can be found at IATA airport city names website. For example, for the airport IATA code "LTN", IATA website tells us that the corresponding airport city is "London". If this field is not populated, Google would display "London". However, populating this field with a custom name (eg: "London Luton") would override it.

Declaration
[JsonProperty("airportNameOverride")]
public virtual LocalizedString AirportNameOverride { get; set; }
Property Value
Type Description
LocalizedString

ETag

The ETag of the item.

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

Gate

A name of the gate. Eg: "B59" or "59"

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

Kind

Identifies what kind of resource this is. Value: the fixed string "walletobjects#airportInfo".

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

Terminal

Terminal name. Eg: "INTL" or "I"

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX