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
/
TyrePressureValue
Tyre
Pressure
Value
@
Serializable
data
class
TyrePressureValue
(
val
value
:
String
?
=
null
,
val
timestamp
:
Instant
?
=
null
)
(
source
)
Individual tyre pressure value.
Members
Constructors
Tyre
Pressure
Value
Link copied to clipboard
constructor
(
value
:
String
?
=
null
,
timestamp
:
Instant
?
=
null
)
Properties
timestamp
Link copied to clipboard
@
SerialName
(
value
=
"timestamp"
)
val
timestamp
:
Instant
?
value
Link copied to clipboard
@
SerialName
(
value
=
"value"
)
val
value
:
String
?