GetVariableValuePlainArgs

data class GetVariableValuePlainArgs(val variableName: String, val variableValueName: String) : ConvertibleToJava<GetVariableValuePlainArgs>

Constructors

Link copied to clipboard
fun GetVariableValuePlainArgs(variableName: String, variableValueName: String)

Functions

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

Properties

Link copied to clipboard

The name of the variable to operate on.

Link copied to clipboard

The name of the variable value to operate on.