ScriptActivityScriptBlockArgs

data class ScriptActivityScriptBlockArgs(val parameters: Output<List<ScriptActivityParameterArgs>>? = null, val text: Output<Any>, val type: Output<Either<String, ScriptType>>) : ConvertibleToJava<ScriptActivityScriptBlockArgs>

Script block of scripts.

Constructors

Link copied to clipboard
constructor(parameters: Output<List<ScriptActivityParameterArgs>>? = null, text: Output<Any>, type: Output<Either<String, ScriptType>>)

Properties

Link copied to clipboard

Array of script parameters. Type: array.

Link copied to clipboard
val text: Output<Any>

The query text. Type: string (or Expression with resultType string).

Link copied to clipboard
val type: Output<Either<String, ScriptType>>

The type of the query. Type: string.

Functions

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