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.energy
/
Capability
Capability
@
Serializable
data
class
Capability
(
val
isSupported
:
Boolean
?
=
null
)
(
source
)
Individual capability indicator.
Members
Constructors
Capability
Link copied to clipboard
constructor
(
isSupported
:
Boolean
?
=
null
)
Properties
is
Supported
Link copied to clipboard
@
SerialName
(
value
=
"isSupported"
)
val
isSupported
:
Boolean
?