Detector Model On Input Args
data class DetectorModelOnInputArgs(val events: Output<List<DetectorModelEventArgs>>? = null, val transitionEvents: Output<List<DetectorModelTransitionEventArgs>>? = null) : ConvertibleToJava<DetectorModelOnInputArgs>
Specifies the actions performed when the `condition`
evaluates to TRUE.
Constructors
Link copied to clipboard
constructor(events: Output<List<DetectorModelEventArgs>>? = null, transitionEvents: Output<List<DetectorModelTransitionEventArgs>>? = null)