ModEventLabel

data class ModEventLabel(val comment: String? = null, val createLabelVals: List<String>, val negateLabelVals: List<String>)

Apply/Negate labels on a subject

Constructors

Link copied to clipboard
constructor(comment: String? = null, createLabelVals: List<String>, negateLabelVals: List<String>)

Properties

Link copied to clipboard
val comment: String? = null
Link copied to clipboard
Link copied to clipboard