CountByMultipleVehicleTypes

data class CountByMultipleVehicleTypes(val vehicleTypeIds: List<String>, val count: Int)(source)

The total number of available vehicles or docks for multiple vehicle types at a station.

Constructors

Link copied to clipboard
constructor(vehicleTypeIds: List<String>, count: Int)

Properties

Link copied to clipboard
val count: Int

The total number of available docks at the station that can accept vehicles of the corresponding vehicle_type_ids.

Link copied to clipboard
@SerialName(value = "vehicle_type_ids")
val vehicleTypeIds: List<String>

An array of vehicle_type_id values that are able to use a particular type of dock at the station.