Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.3 KB

File metadata and controls

23 lines (17 loc) · 1.3 KB

root / docs

[Back to README.md]

DomainAnalyticsErrorsTaskInfo

Properties

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 List<DomainAnalyticsErrorsResultInfo> array of results [optional]

root / docs

[Back to README.md]