The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[],[],null,["# Flight\n\nType name: [Flight](/workspace/gmail/markup/reference/types/Flight)\n\nExtends [Intangible](/workspace/gmail/markup/reference/types/Intangible)\n\n| Name | Type | Description |\n|-------------------------|----------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| aircraft | [Text](/workspace/gmail/markup/reference/types/Text) or [Vehicle](/workspace/gmail/markup/reference/types/Vehicle) | The kind of aircraft (e.g., \"Boeing 747\"). |\n| arrivalAirport | [Airport](/workspace/gmail/markup/reference/types/Airport) | The airport where the flight terminates. |\n| arrivalGate | [Text](/workspace/gmail/markup/reference/types/Text) | Identifier of the flight's arrival gate. |\n| arrivalTerminal | [Text](/workspace/gmail/markup/reference/types/Text) | Identifier of the flight's arrival terminal. |\n| arrivalTime | [DateTime](/workspace/gmail/markup/reference/types/DateTime) | The expected arrival time. |\n| carrier | [Organization](/workspace/gmail/markup/reference/types/Organization) | 'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights. |\n| departureAirport | [Airport](/workspace/gmail/markup/reference/types/Airport) | The airport where the flight originates. |\n| departureGate | [Text](/workspace/gmail/markup/reference/types/Text) | Identifier of the flight's departure gate. |\n| departureTerminal | [Text](/workspace/gmail/markup/reference/types/Text) | Identifier of the flight's departure terminal. |\n| departureTime | [DateTime](/workspace/gmail/markup/reference/types/DateTime) | The expected departure time. |\n| estimatedFlightDuration | [Duration](/workspace/gmail/markup/reference/types/Duration) or [Text](/workspace/gmail/markup/reference/types/Text) | The estimated time the flight will take. |\n| flightDistance | [Distance](/workspace/gmail/markup/reference/types/Distance) or [Text](/workspace/gmail/markup/reference/types/Text) | The distance of the flight. |\n| flightNumber | [Text](/workspace/gmail/markup/reference/types/Text) | The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'. |\n| mealService | [Text](/workspace/gmail/markup/reference/types/Text) | Description of the meals that will be provided or available for purchase. |\n| provider | [Organization](/workspace/gmail/markup/reference/types/Organization) or [Person](/workspace/gmail/markup/reference/types/Person) | The organization providing the reservation. |\n| seller | [Organization](/workspace/gmail/markup/reference/types/Organization) or [Person](/workspace/gmail/markup/reference/types/Person) | An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider. |\n| webCheckinTime | [DateTime](/workspace/gmail/markup/reference/types/DateTime) | The time when a passenger can check into the flight online. |"]]