GetScriptDagNode

data class GetScriptDagNode(val args: List<GetScriptDagNodeArg>, val id: String, val lineNumber: Int? = null, val nodeType: String) : ConvertibleToJava<GetScriptDagNode>

Constructors

Link copied to clipboard
constructor(args: List<GetScriptDagNodeArg>, id: String, lineNumber: Int? = null, nodeType: String)

Properties

Link copied to clipboard

Nested configuration an argument or property of a node. Defined below.

Link copied to clipboard
val id: String

Node identifier that is unique within the node's graph.

Link copied to clipboard
val lineNumber: Int? = null

Line number of the node.

Link copied to clipboard

Type of node this is.

Functions

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