DetectorModelOnEnterArgs

data class DetectorModelOnEnterArgs(val events: Output<List<DetectorModelEventArgs>>? = null) : ConvertibleToJava<DetectorModelOnEnterArgs>

When entering this state, perform these actions if the condition is TRUE.

Constructors

Link copied to clipboard

Functions

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

Properties

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

Specifies the actions that are performed when the state is entered and the condition is TRUE.