toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.moderation
/
ModEventLabel
Mod
Event
Label
@
Serializable
data
class
ModEventLabel
(
val
comment
:
String
?
=
null
,
val
createLabelVals
:
List
<
String
>
,
val
negateLabelVals
:
List
<
String
>
)
Apply/Negate labels on a subject
Members
Constructors
Mod
Event
Label
Link copied to clipboard
constructor
(
comment
:
String
?
=
null
,
createLabelVals
:
List
<
String
>
,
negateLabelVals
:
List
<
String
>
)
Properties
comment
Link copied to clipboard
val
comment
:
String
?
=
null
create
Label
Vals
Link copied to clipboard
val
createLabelVals
:
List
<
String
>
negate
Label
Vals
Link copied to clipboard
val
negateLabelVals
:
List
<
String
>