Sha256: 5fd3b51a998072e1b7aec01a4d94c31b43f2e63f668ac8e5016b627d96fc4150
Contents?: true
Size: 1.32 KB
Versions: 5
Compression:
Stored size: 1.32 KB
Contents
# VoucherifySdk::AsyncActionBase ## Properties | 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** | **Time** | Timestamp representing the date and time when the async action was scheduled in ISO 8601 format. | [optional] | | **updated_at** | **Time** | 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** | **Integer** | The length of time it took to process the request in milliseconds. | [optional] | | **progress** | **Integer** | % 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'] |
Version data entries
5 entries across 5 versions & 1 rubygems