Vehicle

constructor(vehicleId: String, lat: Double? = null, lon: Double? = null, isReserved: Boolean, isDisabled: Boolean, rentalUris: RentalUris? = null, vehicleTypeId: String? = null, lastReported: Timestamp? = null, currentRangeMeters: Double? = null, currentFuelPercent: Double? = null, stationId: String? = null, homeStationId: String? = null, pricingPlanId: String? = null, vehicleEquipment: List<VehicleEquipment>? = null, availableUntil: Timestamp? = null)(source)