GetScriptDagEdge

data class GetScriptDagEdge(val source: String, val target: String, val targetParameter: String? = null)

Constructors

Link copied to clipboard
constructor(source: String, target: String, targetParameter: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the node at which the edge starts.

Link copied to clipboard

ID of the node at which the edge ends.

Link copied to clipboard
val targetParameter: String? = null

Target of the edge.