| name | data type | description |
|---|---|---|
| actionType | string | |
| actionDisplayName | string | |
| actionName | string | |
| actionAttributes | map of object |
Example
{
"actionType" : "...",
"actionDisplayName" : "...",
"actionName" : "...",
"actionAttributes" : {
"property1" : { },
"property2" : { }
}
}