ParkingState
public struct ParkingState : Decodable
The state of the parking
-
The id of the parking
Declaration
Swift
public let id: String -
The number of free places
Declaration
Swift
public let free: UInt -
The total numer of places
Declaration
Swift
public let total: UInt -
The status of the paking
Declaration
Swift
public let status: Status -
The status of the parking
See moreDeclaration
Swift
public enum Status
View on GitHub
ParkingState Structure Reference