DetectorModelOnInputArgs

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)

Properties

Link copied to clipboard
val events: Output<List<DetectorModelEventArgs>>? = null

Specifies the actions performed when the `condition` evaluates to TRUE.

Link copied to clipboard

Specifies the actions performed, and the next state entered, when a `condition` evaluates to TRUE.

Functions

Link copied to clipboard
open override fun toJava(): DetectorModelOnInputArgs