| Name | Type | Description | Notes |
|---|---|---|---|
| activity_id | string | Unique ID for the delete list batch job. | [optional] |
| state | string | The state of the request: <p><ul> <li>initialized - request has been received</li> <li>processing - request is being processed</li> <li>completed - job completed</li> <li>cancelled - request was cancelled</li> <li>failed - job failed to complete</li> <li>timed_out - the request timed out before completing"</li> </ul> </p> | [optional] |
| created_at | \DateTime | Date and time that the request was received, in ISO-8601 formmat. | [optional] |
| updated_at | \DateTime | Date and time that the request status was updated, in ISO-8601 format. | [optional] |
| percent_done | int | Job completion percentage | [optional] |
| activity_errors | string[] | Array of messages describing the errors that occurred. | [optional] |
| _links | \OpenAPI\Client\Model\ActivityDeleteListsResponseLinks | [optional] |