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
/
VehicleVin
Vehicle
Vin
@
Serializable
data
class
VehicleVin
(
val
vin
:
String
)
(
source
)
Vehicle identification.
Members
Constructors
Vehicle
Vin
Link copied to clipboard
constructor
(
vin
:
String
)
Properties
vin
Link copied to clipboard
@
SerialName
(
value
=
"vin"
)
val
vin
:
String