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