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
/
UnavailableCommand
Unavailable
Command
@
Serializable
data
class
UnavailableCommand
(
val
command
:
String
?
=
null
,
val
reason
:
String
?
=
null
)
(
source
)
Unavailable command with reason.
Members
Constructors
Unavailable
Command
Link copied to clipboard
constructor
(
command
:
String
?
=
null
,
reason
:
String
?
=
null
)
Properties
command
Link copied to clipboard
@
SerialName
(
value
=
"command"
)
val
command
:
String
?
reason
Link copied to clipboard
@
SerialName
(
value
=
"reason"
)
val
reason
:
String
?