DetectorModelClearTimerArgs

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

Information needed to clear the timer.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val timerName: Output<String>