Detector Model Event
data class DetectorModelEvent(val actions: List<DetectorModelAction>? = null, val condition: String? = null, val eventName: String)
Specifies the actions
to be performed when the condition
evaluates to TRUE
.
Constructors
Link copied to clipboard
fun DetectorModelEvent(actions: List<DetectorModelAction>? = null, condition: String? = null, eventName: String)