WeConnect
Toggle table of contents
0.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
WeConnect
WeConnect
/
rsdev.ovh.weconnect.api
/
ReadinessValue
Readiness
Value
@
Serializable
data
class
ReadinessValue
(
val
connectionState
:
ConnectionState
?
=
null
,
val
connectionWarning
:
ConnectionWarningValue
?
=
null
)
Members
Constructors
Readiness
Value
Link copied to clipboard
constructor
(
connectionState
:
ConnectionState
?
=
null
,
connectionWarning
:
ConnectionWarningValue
?
=
null
)
Properties
connection
State
Link copied to clipboard
val
connectionState
:
ConnectionState
?
connection
Warning
Link copied to clipboard
val
connectionWarning
:
ConnectionWarningValue
?