Auto-sweep task information.
| Name | Type | Description | Notes |
|---|---|---|---|
| taskId | UUID | Auto-sweep task ID. | |
| walletId | String | Wallet ID. | |
| tokenId | String | Token ID of the swept token. You can retrieve the IDs of all the tokens you can use by calling List enabled tokens. | |
| status | AutoSweepTaskStatus | ||
| transactionIds | List<String> | IDs of the transactions triggered by the task. | [optional] |
| failedReasons | List<String> | Reasons why the task creation failed. | [optional] |
| createdTimestamp | Long | The time when the task was created, in Unix timestamp format, measured in milliseconds. | |
| updatedTimestamp | Long | The time when the task was updated, in Unix timestamp format, measured in milliseconds. | [optional] |