ModEventLabel

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

durationInHours

Indicates how long the label will remain on the subject. Only applies on labels that are being added.

Constructors

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

Properties

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

Indicates how long the label will remain on the subject. Only applies on labels that are being added.

Link copied to clipboard