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
/
VehicleListResponse
Vehicle
List
Response
@
Serializable
data
class
VehicleListResponse
(
val
status
:
Int
?
=
null
,
val
operationId
:
String
?
=
null
,
val
data
:
List
<
VehicleVin
>
?
=
null
)
(
source
)
Response containing a list of vehicles associated with the user.
Members
Constructors
Vehicle
List
Response
Link copied to clipboard
constructor
(
status
:
Int
?
=
null
,
operationId
:
String
?
=
null
,
data
:
List
<
VehicleVin
>
?
=
null
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
List
<
VehicleVin
>
?
operation
Id
Link copied to clipboard
@
SerialName
(
value
=
"operationId"
)
val
operationId
:
String
?
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
Int
?