ParkingFacilityAvailabilityType
The ParkingFacilityAvailabilityType
structure contains dynamic data on an individual parking facility.
Element | Data Type | Mandatory | Description |
---|---|---|---|
spacesTotal | Integer | No | Total number of spaces in the facility. |
spacesAvailable | Integer | No | Number of free spaces in the facility. |
available | Boolean | No | Indicates if there are spaces available. |
trend | String | No | Indicates the availability trend of the facility. The current supported values are:
|
disabledSpacesTotal | Integer | No | Total number of spaces reserved for the disabled in the facility. |
disabledSpacesAvailable | Integer | No | Number of free spaces reserved for the disabled in the facility. |
pricing | ParkingFacilitiesPriceListType | No | List of pricing models for the parking facility. |
lastUpdateTimestamp | dateTime | No | Information about when the facility information was last updated, in ISO 8601 format. If the time is UTC, a Z is added. An example of this kind of timestamp value is |