ScriptActivityScriptBlockResponse

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

Script block of scripts.

Constructors

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

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

The type of the query. Type: string.