google_api_qpx_express v0.0.1 GoogleApi.QPXExpress.V1.Model.Data View Source
Detailed information about components found in the solutions of this response, including a trip's airport, city, taxes, airline, and aircraft.
Attributes
- aircraft (List[AircraftData]): The aircraft that is flying between an origin and destination. Defaults to:
null. - airport (List[AirportData]): The airport of an origin or destination. Defaults to:
null. - carrier (List[CarrierData]): The airline carrier of the aircraft flying between an origin and destination. Allowed values are IATA carrier codes. Defaults to:
null. - city (List[CityData]): The city that is either the origin or destination of part of a trip. Defaults to:
null. - kind (String): Identifies this as QPX Express response resource, including a trip's airport, city, taxes, airline, and aircraft. Value: the fixed string qpxexpress#data. Defaults to:
null. - tax (List[TaxData]): The taxes due for flying between an origin and a destination. Defaults to:
null.