GetScriptDagNodeArg

data class GetScriptDagNodeArg(val name: String, val param: Boolean? = null, val value: String) : ConvertibleToJava<GetScriptDagNodeArg>

Constructors

Link copied to clipboard
constructor(name: String, param: Boolean? = null, value: String)

Properties

Link copied to clipboard

Name of the argument or property.

Link copied to clipboard
val param: Boolean? = null

Boolean if the value is used as a parameter. Defaults to false.

Link copied to clipboard

Value of the argument or property.

Functions

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