Get Script Result
data class GetScriptResult(val dagEdges: List<GetScriptDagEdge>, val dagNodes: List<GetScriptDagNode>, val id: String, val language: String? = null, val pythonScript: String, val scalaCode: String)
A collection of values returned by getScript.
Constructors
Link copied to clipboard
constructor(dagEdges: List<GetScriptDagEdge>, dagNodes: List<GetScriptDagNode>, id: String, language: String? = null, pythonScript: String, scalaCode: String)