GetVariableValuePlainArgs

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

Constructors

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

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.

Functions

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