Show / Hide Table of Contents

Class FlightHeader

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

Properties

Carrier

Information about airline carrier. This is a required property of flightHeader.

Declaration
[JsonProperty("carrier")]
public virtual FlightCarrier Carrier { get; set; }
Property Value
Type Description
FlightCarrier

ETag

The ETag of the item.

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

FlightNumber

The flight number without IATA carrier code. This field should contain only digits. This is a required property of flightHeader. eg: "123"

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

FlightNumberDisplayOverride

Override value to use for flight number. The default value used for display purposes is carrier + flight_number. If a different value needs to be shown to passengers, use this field to override the default behavior. eg: "XX1234 / YY576"

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

Kind

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

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

OperatingCarrier

Information about operating airline carrier.

Declaration
[JsonProperty("operatingCarrier")]
public virtual FlightCarrier OperatingCarrier { get; set; }
Property Value
Type Description
FlightCarrier

OperatingFlightNumber

The flight number used by the operating carrier without IATA carrier code. This field should contain only digits. eg: "234"

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX