Skip to content

Latest commit

 

History

History
171 lines (87 loc) · 3.65 KB

File metadata and controls

171 lines (87 loc) · 3.65 KB

root / docs / interfaces

[Back to README.md]

dataforseo-client / Exports / IAppendixUserDataResponseInfo

Interface: IAppendixUserDataResponseInfo

Hierarchy

Implemented by

Indexable

▪ [key: string]: any

Table of contents

Properties

Properties

cost

Optional cost: number

total tasks cost, USD

Inherited from

IBaseResponseInfo.cost

Defined in

main.ts:22579


status_code

Optional status_code: number

general status code you can find the full list of the response codes here

Inherited from

IBaseResponseInfo.status_code

Defined in

main.ts:22572


status_message

Optional status_message: string

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

Inherited from

IBaseResponseInfo.status_message

Defined in

main.ts:22575


tasks

Optional tasks: AppendixUserDataTaskInfo[]

array of tasks

Defined in

main.ts:212343


tasks_count

Optional tasks_count: number

the number of tasks in the tasks array

Inherited from

IBaseResponseInfo.tasks_count

Defined in

main.ts:22581


tasks_error

Optional tasks_error: number

the number of tasks in the tasks array returned with an error

Inherited from

IBaseResponseInfo.tasks_error

Defined in

main.ts:22583


time

Optional time: string

total execution time, seconds

Inherited from

IBaseResponseInfo.time

Defined in

main.ts:22577


version

Optional version: string

the current version of the API

Inherited from

IBaseResponseInfo.version

Defined in

main.ts:22569

root / docs / interfaces

[Back to README.md]