ParkingAvailabilityStatus
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
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?)