Detector Model On Input
data class DetectorModelOnInput(val events: List<DetectorModelEvent>? = null, val transitionEvents: List<DetectorModelTransitionEvent>? = null)
Specifies the actions performed when the `condition`
evaluates to TRUE.
Constructors
Link copied to clipboard
constructor(events: List<DetectorModelEvent>? = null, transitionEvents: List<DetectorModelTransitionEvent>? = null)