The job notification bean class.
| name | data type | constraints | description |
|---|---|---|---|
| recipient | string | required | |
| job_id | string | required | |
| job_name | string | required | |
| service_name | string | required | |
| status | JobStatusModelType | required | |
| status_message | string |
Example
{
"recipient" : "...",
"job_id" : "...",
"job_name" : "...",
"service_name" : "...",
"status" : "DELETING",
"status_message" : "..."
}