VehicleTypeAvailability

data class VehicleTypeAvailability(val vehicleTypeId: String, val count: Int)(source)

The total number of available vehicles of a specific type at a station.

Constructors

Link copied to clipboard
constructor(vehicleTypeId: String, count: Int)

Properties

Link copied to clipboard
val count: Int

The total number of available vehicles of the corresponding vehicle_type_id at the station.

Link copied to clipboard
@SerialName(value = "vehicle_type_id")
val vehicleTypeId: String

The vehicle_type_id of this vehicle type as described in vehicle_types.json.