Detector Model On Input Args
data class DetectorModelOnInputArgs(val events: Output<List<DetectorModelEventArgs>>? = null, val transitionEvents: Output<List<DetectorModelTransitionEventArgs>>? = null) : ConvertibleToJava<DetectorModelOnInputArgs>
When an input is received and the condition is TRUE, perform the specified actions.
Constructors
Link copied to clipboard
constructor(events: Output<List<DetectorModelEventArgs>>? = null, transitionEvents: Output<List<DetectorModelTransitionEventArgs>>? = null)