StatusOpenData

public struct StatusOpenData : Decodable

The status of the parking

  • id

    The reference of the resource on the server

    Declaration

    Swift

    public let id: String
  • The name of the parking

    Declaration

    Swift

    public let name: String
  • The state of the parking

    Declaration

    Swift

    public let etat: Int
  • The total of available free slots

    Declaration

    Swift

    public let free: UInt
  • The total capacity of the parking

    Declaration

    Swift

    public let total: UInt
  • Some description on the parking

    Declaration

    Swift

    public let description: String
  • Some information available to the users

    Declaration

    Swift

    public let usersInfo: Either<String, Int>?