RemoveGroupAPIResult Data Type

Notification result for remove an API in group.

Properties
name data type constraints description
actionType ResultType required Action type.
Properties inherited from TaskObject
notificationId string  

Example

{
  "removeGroupAPIResult" : {
    "actionType" : "GROUP_API_REMOVED",
    "notificationId" : "..."
  }
}