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
/
VehicleDescriptions
Vehicle
Descriptions
@
Serializable
data
class
VehicleDescriptions
(
val
model
:
String
?
=
null
,
val
upholstery
:
String
?
=
null
,
val
steering
:
String
?
=
null
)
(
source
)
Vehicle descriptions.
Members
Constructors
Vehicle
Descriptions
Link copied to clipboard
constructor
(
model
:
String
?
=
null
,
upholstery
:
String
?
=
null
,
steering
:
String
?
=
null
)
Properties
model
Link copied to clipboard
@
SerialName
(
value
=
"model"
)
val
model
:
String
?
steering
Link copied to clipboard
@
SerialName
(
value
=
"steering"
)
val
steering
:
String
?
upholstery
Link copied to clipboard
@
SerialName
(
value
=
"upholstery"
)
val
upholstery
:
String
?