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
/
VehicleHealthInspection
Vehicle
Health
Inspection
@
Serializable
data
class
VehicleHealthInspection
(
val
inspectionDueDays
:
Int
?
,
val
inspectionDueDistance
:
Int
?
,
val
oilServiceDueDays
:
Int
?
,
val
oilServiceDueDistance
:
Int
?
)
Service inspection and oil change intervals (days and km remaining).
Members
Constructors
Vehicle
Health
Inspection
Link copied to clipboard
constructor
(
inspectionDueDays
:
Int
?
,
inspectionDueDistance
:
Int
?
,
oilServiceDueDays
:
Int
?
,
oilServiceDueDistance
:
Int
?
)
Properties
inspection
Due
Days
Link copied to clipboard
val
inspectionDueDays
:
Int
?
inspection
Due
Distance
Link copied to clipboard
val
inspectionDueDistance
:
Int
?
oil
Service
Due
Days
Link copied to clipboard
val
oilServiceDueDays
:
Int
?
oil
Service
Due
Distance
Link copied to clipboard
val
oilServiceDueDistance
:
Int
?