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
/
WarningLightValue
Warning
Light
Value
@
Serializable
data
class
WarningLightValue
(
val
text
:
String
?
=
null
,
val
category
:
String
?
=
null
,
val
priority
:
Int
?
=
null
,
val
iconColor
:
String
?
=
null
)
Members
Constructors
Warning
Light
Value
Link copied to clipboard
constructor
(
text
:
String
?
=
null
,
category
:
String
?
=
null
,
priority
:
Int
?
=
null
,
iconColor
:
String
?
=
null
)
Properties
category
Link copied to clipboard
val
category
:
String
?
icon
Color
Link copied to clipboard
val
iconColor
:
String
?
priority
Link copied to clipboard
val
priority
:
Int
?
text
Link copied to clipboard
val
text
:
String
?