vehicleCapacity

@SerialName(value = "vehicle_capacity")
val vehicleCapacity: Map<String, Int>?(source)

An object describing the parking capacity of virtual stations, where each key is a vehicle_type_id and the value is a number representing the total number of vehicles of this type that can park within the virtual station.