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
/
Vehicle
Vehicle
@
Serializable
data
class
Vehicle
(
val
vin
:
String
,
val
role
:
String
?
,
val
model
:
String
?
,
val
nickname
:
String
?
,
val
brandCode
:
String
?
,
val
devicePlatform
:
String
?
,
val
enrollmentStatus
:
String
?
,
val
userRoleStatus
:
String
?
)
A vehicle registered under the VW We Connect account.
Members
Constructors
Vehicle
Link copied to clipboard
constructor
(
vin
:
String
,
role
:
String
?
,
model
:
String
?
,
nickname
:
String
?
,
brandCode
:
String
?
,
devicePlatform
:
String
?
,
enrollmentStatus
:
String
?
,
userRoleStatus
:
String
?
)
Properties
brand
Code
Link copied to clipboard
val
brandCode
:
String
?
device
Platform
Link copied to clipboard
val
devicePlatform
:
String
?
enrollment
Status
Link copied to clipboard
val
enrollmentStatus
:
String
?
model
Link copied to clipboard
val
model
:
String
?
nickname
Link copied to clipboard
val
nickname
:
String
?
role
Link copied to clipboard
val
role
:
String
?
user
Role
Status
Link copied to clipboard
val
userRoleStatus
:
String
?
vin
Link copied to clipboard
val
vin
:
String