DetectorModelClearTimerArgs

data class DetectorModelClearTimerArgs(val timerName: Output<String>) : ConvertibleToJava<DetectorModelClearTimerArgs>

Information needed to clear the timer.

Constructors

Link copied to clipboard
constructor(timerName: Output<String>)

Properties

Link copied to clipboard
val timerName: Output<String>

The name of the timer to clear.

Functions

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