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.command
/
CommandResult
Command
Result
data
class
CommandResult
(
val
vin
:
String
,
val
requestId
:
String
,
val
command
:
String
)
Tracking result returned after a command is accepted by the BFF API.
Members
Constructors
Command
Result
Link copied to clipboard
constructor
(
vin
:
String
,
requestId
:
String
,
command
:
String
)
Properties
command
Link copied to clipboard
val
command
:
String
request
Id
Link copied to clipboard
val
requestId
:
String
vin
Link copied to clipboard
val
vin
:
String