WeConnect
Toggle table of contents
0.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
WeConnect
WeConnect
/
rsdev.ovh.weconnect.model
/
VehicleDump
Vehicle
Dump
@
Serializable
data
class
VehicleDump
(
val
vehicle
:
Vehicle
,
val
status
:
VehicleStatus
)
A vehicle paired with its full status snapshot, useful for serialisation/export.
Members
Constructors
Vehicle
Dump
Link copied to clipboard
constructor
(
vehicle
:
Vehicle
,
status
:
VehicleStatus
)
Properties
status
Link copied to clipboard
val
status
:
VehicleStatus
vehicle
Link copied to clipboard
val
vehicle
:
Vehicle