Mod Event Label
data class ModEventLabel(val comment: String? = null, val createLabelVals: ReadOnlyList<String>, val negateLabelVals: ReadOnlyList<String>)
Apply/Negate labels on a subject
Constructors
Link copied to clipboard
constructor(comment: String? = null, createLabelVals: ReadOnlyList<String>, negateLabelVals: ReadOnlyList<String>)