ParkingAvailabilityStatus

data class ParkingAvailabilityStatus(val isAvailable: Boolean, val updatedAt: Date, val emptySpotsCount: Int?, val availabilityTrend: ParkingAvailabilityTrend?)

The state of a parking place at the time when the update was provided.

Parameters

isAvailable

Indicates if there are available parking spots.

updatedAt

The exact time when this parking data was last updated.

emptySpotsCount

The number of available parking spots.

availabilityTrend

Prediction on the availability in the parking.

Constructors

Link copied to clipboard
fun ParkingAvailabilityStatus(isAvailable: Boolean, updatedAt: Date, emptySpotsCount: Int?, availabilityTrend: ParkingAvailabilityTrend?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard