Notification result for remove an API in group.
| name | data type | constraints | description |
|---|---|---|---|
| actionType | ResultType | required | Action type. |
Properties inherited from TaskObject |
|||
| notificationId | string | ||
Example
{
"removeGroupAPIResult" : {
"actionType" : "GROUP_API_REMOVED",
"notificationId" : "..."
}
}