GetScriptDagNode

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

Constructors

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

Types

Link copied to clipboard
object Companion

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.