DetectorModelSetVariable

data class DetectorModelSetVariable(val value: String, val variableName: String)

Information about the variable and its new value.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The new value of the variable.

Link copied to clipboard

The name of the variable.