| Id |
Pointer to String |
System-generated unique ID of the task this taskStatus represents |
[optional] |
| Type |
Pointer to String |
Type of task this task represents |
[optional] |
| Name |
Pointer to String |
The name of the aggregation process |
[optional] |
| Description |
Pointer to String |
The description of the task |
[optional] |
| Launcher |
Pointer to String |
The user who initiated the task |
[optional] |
| Created |
Pointer to System.DateTime |
The Task creation date |
[optional] |
| Launched |
Pointer to System.DateTime |
The task start date |
[optional] |
| Completed |
Pointer to System.DateTime |
The task completion date |
[optional] |
| CompletionStatus |
Pointer to Enum [ "SUCCESS", "WARNING", "ERROR", "TERMINATED", "TEMP_ERROR" ] |
Task completion status. |
[optional] |
| ParentName |
Pointer to String |
Name of the parent task if exists. |
[optional] |
| Messages |
Pointer to []LoadAccountsTaskTaskMessagesInner |
List of the messages dedicated to the report. From task definition perspective here usually should be warnings or errors. |
[optional] |
| Progress |
Pointer to String |
Current task state. |
[optional] |
| Attributes |
Pointer to LoadAccountsTaskTaskAttributes |
|
[optional] |
| Returns |
Pointer to []LoadAccountsTaskTaskReturnsInner |
Return values from the task |
[optional] |