- Home
- JSON
- CustomScriptDto
- Abstract Type
- Subtypes
- ScriptInstanceDto
- Implemented Interfaces
- Serializable
Properties
| name |
data type |
description |
| code
|
string
|
|
| description
|
string
|
|
| type
|
ScriptSourceTypeEnum
|
|
| script
|
string
|
|
Example
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
"code" : "...",
"description" : "...",
"type" : "JAVA",
"script" : "..."
}