AIRCRAFT

public struct AIRCRAFT : Codable

The struct AIRCRAFT represents a AIRCRAFT object. This object is codable to allow easy manipulaition with JSON.

  • The raw return from the server (raw_text)

    Declaration

    Swift

    public var rawText: String?