VehicleHealthWarnings

@Serializable
data class VehicleHealthWarnings(val mileage: Int?, val warningLights: List<WarningLight>, val insufficientBatteryLevelWarning: Boolean?)

Active warning lights and battery-level warnings.

Constructors

Link copied to clipboard
constructor(mileage: Int?, warningLights: List<WarningLight>, insufficientBatteryLevelWarning: Boolean?)

Properties

Link copied to clipboard
val mileage: Int?
Link copied to clipboard