A base class for all API DTO classes
name | data type | description |
---|---|---|
description | string | |
uuid | string | |
priority | number | |
type | ActionTypesEnum | |
conditionEl | string | |
isAsynchronous | boolean | |
actionScriptCode | string | |
notificationCode | string | |
valueEl | string | |
logLevel | LogLevel | |
field | string | |
parameters | map of string |
Example
{ "description" : "...", "uuid" : "...", "priority" : 12345, "type" : "ACTION_SCRIPT", "conditionEl" : "...", "isAsynchronous" : true, "actionScriptCode" : "...", "notificationCode" : "...", "valueEl" : "...", "logLevel" : "INFO", "field" : "...", "parameters" : { "property1" : "...", "property2" : "..." } }