ScriptActivityScriptBlockResponse

data class ScriptActivityScriptBlockResponse(val parameters: List<ScriptActivityParameterResponse>? = null, val text: Any, val type: Any)

Script block of scripts.

Constructors

Link copied to clipboard
constructor(parameters: List<ScriptActivityParameterResponse>? = null, text: Any, type: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array of script parameters. Type: array.

Link copied to clipboard
val text: Any

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

Link copied to clipboard
val type: Any

The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string).