Volvo Kotlin API
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Volvo Kotlin API
volvo-api-core
/
com.github.ayastrebov.volvo.api.model.connectedvehicle
/
BrakeStatus
Brake
Status
@
Serializable
data
class
BrakeStatus
(
val
brakeFluidLevelWarning
:
ValueWithTimestamp
<
String
>
?
=
null
)
(
source
)
Brake status values.
Members
Constructors
Brake
Status
Link copied to clipboard
constructor
(
brakeFluidLevelWarning
:
ValueWithTimestamp
<
String
>
?
=
null
)
Properties
brake
Fluid
Level
Warning
Link copied to clipboard
@
SerialName
(
value
=
"brakeFluidLevelWarning"
)
val
brakeFluidLevelWarning
:
ValueWithTimestamp
<
String
>
?