| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | task identifier unique task identifier in our system in the UUID format | [optional] |
| statusCode | Integer | status code of the task generated by DataForSEO, can be within the following range: 10000-60000 you can find the full list of the response codes here | [optional] |
| statusMessage | String | informational message of the task you can find the full list of general informational messages here | [optional] |
| time | String | execution time, seconds | [optional] |
| cost | Double | total tasks cost, USD | [optional] |
| resultCount | Long | number of elements in the result array | [optional] |
| path | List<String> | URL path | [optional] |
| data | Object | contains the same parameters that you specified in the POST request | [optional] |
| result | Object | array of results the value of this array is always null; you can get the results by the preferred method of results delivery (pingback or postback) you specified when setting a task | [optional] |