VehicleHealthWarningsContent

@Serializable
data class VehicleHealthWarningsContent(val mileage_km: Int? = null, val warningLights: List<WarningLightValue>? = null, val insufficientBatteryLevelWarning: Boolean? = null)

Constructors

Link copied to clipboard
constructor(mileage_km: Int? = null, warningLights: List<WarningLightValue>? = null, insufficientBatteryLevelWarning: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard