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
/
CommandAccessibilityResponse
Command
Accessibility
Response
@
Serializable
data
class
CommandAccessibilityResponse
(
val
status
:
Int
?
=
null
,
val
operationId
:
String
?
=
null
,
val
data
:
CommandAccessibility
?
=
null
)
(
source
)
Vehicle command accessibility response.
Members
Constructors
Command
Accessibility
Response
Link copied to clipboard
constructor
(
status
:
Int
?
=
null
,
operationId
:
String
?
=
null
,
data
:
CommandAccessibility
?
=
null
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
CommandAccessibility
?
operation
Id
Link copied to clipboard
@
SerialName
(
value
=
"operationId"
)
val
operationId
:
String
?
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
Int
?