DetectorModelSetVariableArgs

data class DetectorModelSetVariableArgs(val value: Output<String>, val variableName: Output<String>) : ConvertibleToJava<DetectorModelSetVariableArgs>

Information about the variable and its new value.

Constructors

Link copied to clipboard
constructor(value: Output<String>, variableName: Output<String>)

Properties

Link copied to clipboard
val value: Output<String>

The new value of the variable.

Link copied to clipboard
val variableName: Output<String>

The name of the variable.

Functions

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