StationStatusEntry
constructor(stationId: String, numVehiclesAvailable: Int, vehicleTypesAvailable: List<CountBySingleVehicleType>? = null, numVehiclesDisabled: Int? = null, numDocksAvailable: Int? = null, vehicleDocksAvailable: List<CountByMultipleVehicleTypes>? = null, numDocksDisabled: Int? = null, isInstalled: Boolean, isRenting: Boolean, isReturning: Boolean, lastReported: Timestamp)(source)