ParkingState

public struct ParkingState : Decodable

The state of the parking

  • id

    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 more

    Declaration

    Swift

    public enum Status