Skip to content

Latest commit

 

History

History
195 lines (100 loc) · 4.09 KB

File metadata and controls

195 lines (100 loc) · 4.09 KB

root / docs / interfaces

[Back to README.md]

dataforseo-client / Exports / IAppendixStatusTaskInfo

Interface: IAppendixStatusTaskInfo

Hierarchy

Implemented by

Indexable

▪ [key: string]: any

Table of contents

Properties

Properties

cost

Optional cost: number

total tasks cost, USD

Inherited from

IBaseResponseTaskInfo.cost

Defined in

main.ts:22697


data

Optional data: Object

contains the same parameters that you specified in the POST request

Index signature

▪ [key: string]: any

Inherited from

IBaseResponseTaskInfo.data

Defined in

main.ts:22703


id

Optional id: string

task identifier unique task identifier in our system in the UUID format

Inherited from

IBaseResponseTaskInfo.id

Defined in

main.ts:22686


path

Optional path: string[]

URL path

Inherited from

IBaseResponseTaskInfo.path

Defined in

main.ts:22701


result

Optional result: AppendixStatusResultInfo[]

array of results

Defined in

main.ts:212916


result_count

Optional result_count: number

number of elements in the result array

Inherited from

IBaseResponseTaskInfo.result_count

Defined in

main.ts:22699


status_code

Optional status_code: number

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

Inherited from

IBaseResponseTaskInfo.status_code

Defined in

main.ts:22690


status_message

Optional status_message: string

informational message of the task you can find the full list of general informational messages here

Inherited from

IBaseResponseTaskInfo.status_message

Defined in

main.ts:22693


time

Optional time: string

execution time, seconds

Inherited from

IBaseResponseTaskInfo.time

Defined in

main.ts:22695

root / docs / interfaces

[Back to README.md]