Mod Event Label
data class ModEventLabel(val comment: String? = null, val createLabelVals: List<String>, val negateLabelVals: List<String>, val durationInHours: Long? = null)
Apply/Negate labels on a subject
Parameters
duration In Hours
Indicates how long the label will remain on the subject. Only applies on labels that are being added.