Name | Type | Description | Notes |
---|---|---|---|
id | string | Async action unique ID. | [optional] |
type | string | Type of async action. | [optional] |
status | string | Status of the async action. Informs you whether the async action has already been completed. | [optional] |
operation_status | string | Status of async action processing. Informs about the async action status, whether it failed, succeeded, or the status is unknown. | [optional] |
created_at | \DateTime | Timestamp representing the date and time when the async action was scheduled in ISO 8601 format. | [optional] |
updated_at | \DateTime | Timestamp representing the date and time when the async action was updated. The value is shown in the ISO 8601 format. | [optional] |
request_id | string | Unique request ID. | [optional] |
processing_time | int | The length of time it took to process the request in milliseconds. | [optional] |
progress | int | % progress to completion of the asynchronous action. | [optional] |
object | string | The type of the object represented by JSON. This object stores information about the `async_action`. | [optional] [default to 'async_action'] |
result | object | [optional] |
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.