GetVariablePlainArgs

data class GetVariablePlainArgs(val namespace: String? = null, val path: String) : ConvertibleToJava<GetVariablePlainArgs>

A collection of arguments for invoking getVariable.

Constructors

Link copied to clipboard
constructor(namespace: String? = null, path: String)

Properties

Link copied to clipboard
val namespace: String? = null

(string: "default") - The namepsace in which the variable exists.

Link copied to clipboard

(string) - Path to the existing variable.

Functions

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