Departures
public struct Departures : Codable, Hashable
Output data model for departures.json
-
Undocumented
See moreDeclaration
Swift
public struct Embarkations : Codable, Hashable
-
Undocumented
Declaration
Swift
public let alerts: [Alert]?
-
Undocumented
Declaration
Swift
public let embarkationStops: [Embarkations]
-
Undocumented
Declaration
Swift
public let parentStops: [Stop]?
-
Undocumented
Declaration
Swift
public let stops: [Stop]?