BikePodInfo
public struct BikePodInfo : Codable, Hashable, RealTimeUpdatable
Undocumented
-
Undocumented
Declaration
Swift
public let identifier: String
-
Undocumented
Declaration
Swift
public let operatorInfo: TKAPI.CompanyInfo
-
Undocumented
Declaration
Swift
public let source: TKAPI.DataAttribution?
-
Undocumented
Declaration
Swift
public let deepLink: URL?
-
Undocumented
Declaration
Swift
public let inService: Bool
-
Undocumented
Declaration
Swift
public let availableBikes: Int?
-
Undocumented
Declaration
Swift
public let totalSpaces: Int?
-
Undocumented
Declaration
Swift
public let lastUpdate: Date?
-
Undocumented
Declaration
Swift
public var availableSpaces: Int? { get }
-
Undocumented
Declaration
Swift
public var hasRealTime: Bool { get }