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.
Constructors
Link copied to clipboard
constructor(isAvailable: Boolean, updatedAt: Date, emptySpotsCount: Int?, availabilityTrend: ParkingAvailabilityTrend?)