Response body schema for GET v1/async-actions.
| Name | Type | Description | Notes |
|---|---|---|---|
| Object | string | The type of the object represented by JSON. This object stores information about asynchronous actions. | [optional] |
| DataRef | string | Identifies the name of the JSON property that contains the array of asynchronous actions. | [optional] |
| AsyncActions | List<AsyncActionBase> | [optional] | |
| HasMore | bool? | As query results are always limited by parameters, the `has_more` flag indicates if there are more records available. This lets you know if you can run another request to get more records returned in the results. | [optional] |