Extras
public struct Extras : Decodable, Hashable
-
Declaration
Swift
public let name: String?
-
Declaration
Swift
public let isGate: Bool
-
Declaration
Swift
public let isSubwayEntrance: Bool
-
Declaration
Swift
public let subwayEntranceName: String?
-
Declaration
Swift
public let externalId: String?
-
Declaration
Swift
public init(name: String? = nil, isGate: Bool = false, isSubwayEntrance: Bool = false, subwayEntranceName: String? = nil, externalId: String? = nil)
-
Declaration
Swift
public init(from decoder: any Decoder) throws