GetVariablePlainArgs

data class GetVariablePlainArgs(val variableName: String) : ConvertibleToJava<GetVariablePlainArgs>

Constructors

Link copied to clipboard
constructor(variableName: String)

Properties

Link copied to clipboard

The name of the variable to operate on.

Functions

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