---
title: INAirportGate
framework: intents
role: symbol
role_heading: Class
path: intents/inairportgate
---

# INAirportGate

The information that describes an arrival or departure gate for a flight.

## Declaration

```swift
class INAirportGate
```

## Overview

Overview This class contains all of the relevant information for a flight’s arrival or departure gate. Ensure that an instance of the object contains as much information as available. At a minimum, always include the airport for the flight.

## Topics

### Creating an Airport Gate

- [init(airport:terminal:gate:)](intents/inairportgate/init(airport:terminal:gate:).md)

### Getting the Gate Information

- [airport](intents/inairportgate/airport.md)
- [terminal](intents/inairportgate/terminal.md)
- [gate](intents/inairportgate/gate.md)

### Initializers

- [init(coder:)](intents/inairportgate/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Getting the Flight Reservation Information

- [flight](intents/inflightreservation/flight.md)
- [INFlight](intents/inflight.md)
- [INAirline](intents/inairline.md)
- [INAirport](intents/inairport.md)
- [reservedSeat](intents/inflightreservation/reservedseat.md)
