Options
All
  • Public
  • Public/Protected
  • All
Menu

Data container for aiport search results

struct

Hierarchy

  • Airport

Index

Constructors

constructor

  • new Airport(__namedParameters: { code: undefined | string; countryCode: undefined | string; country_code: undefined | string; createdAt: undefined | Date; created_at: undefined | Date; isOperational: undefined | false | true; is_operational: undefined | false | true; keywords: undefined | string; latitude: undefined | number; link: undefined | string; longitude: undefined | number; municipality: undefined | string; name: undefined | string; updatedAt: undefined | Date; updated_at: undefined | Date }): Airport
  • Instantiates a new Airport instance

    constructor

    Parameters

    • __namedParameters: { code: undefined | string; countryCode: undefined | string; country_code: undefined | string; createdAt: undefined | Date; created_at: undefined | Date; isOperational: undefined | false | true; is_operational: undefined | false | true; keywords: undefined | string; latitude: undefined | number; link: undefined | string; longitude: undefined | number; municipality: undefined | string; name: undefined | string; updatedAt: undefined | Date; updated_at: undefined | Date }
      • code: undefined | string
      • countryCode: undefined | string
      • country_code: undefined | string
      • createdAt: undefined | Date
      • created_at: undefined | Date
      • isOperational: undefined | false | true
      • is_operational: undefined | false | true
      • keywords: undefined | string
      • latitude: undefined | number
      • link: undefined | string
      • longitude: undefined | number
      • municipality: undefined | string
      • name: undefined | string
      • updatedAt: undefined | Date
      • updated_at: undefined | Date

    Returns Airport

Properties

Optional code

code: undefined | string

Optional countryCode

countryCode: undefined | string

Optional createdAt

createdAt: Date

Optional isOperational

isOperational: undefined | false | true

Optional keywords

keywords: undefined | string

Optional latitude

latitude: undefined | number

Optional link

link: undefined | string

Optional longitude

longitude: undefined | number

Optional municipality

municipality: undefined | string

Optional name

name: undefined | string

Optional updatedAt

updatedAt: Date

Generated using TypeDoc