STATION

public struct STATION

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

  • The raw data returned from the server (raw_text)

    Declaration

    Swift

    public var rawText: String?