GetScriptDagNodeArg

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

Constructors

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

Types

Link copied to clipboard
object Companion

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.