Skip to content

Latest commit

 

History

History
311 lines (161 loc) · 6.92 KB

File metadata and controls

311 lines (161 loc) · 6.92 KB

root / docs / classes

[Back to README.md]

dataforseo-client / Exports / AppendixUserDataResponseInfo

Class: AppendixUserDataResponseInfo

Hierarchy

Implements

Indexable

▪ [key: string]: any

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new AppendixUserDataResponseInfo(data?): AppendixUserDataResponseInfo

Parameters

Name Type
data? IAppendixUserDataResponseInfo

Returns

AppendixUserDataResponseInfo

Overrides

BaseResponseInfo.constructor

Defined in

main.ts:212299

Properties

cost

Optional cost: number

total tasks cost, USD

Implementation of

IAppendixUserDataResponseInfo.cost

Inherited from

BaseResponseInfo.cost

Defined in

main.ts:22510


status_code

Optional status_code: number

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

Implementation of

IAppendixUserDataResponseInfo.status_code

Inherited from

BaseResponseInfo.status_code

Defined in

main.ts:22503


status_message

Optional status_message: string

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

Implementation of

IAppendixUserDataResponseInfo.status_message

Inherited from

BaseResponseInfo.status_message

Defined in

main.ts:22506


tasks

Optional tasks: AppendixUserDataTaskInfo[]

array of tasks

Implementation of

IAppendixUserDataResponseInfo.tasks

Defined in

main.ts:212295


tasks_count

Optional tasks_count: number

the number of tasks in the tasks array

Implementation of

IAppendixUserDataResponseInfo.tasks_count

Inherited from

BaseResponseInfo.tasks_count

Defined in

main.ts:22512


tasks_error

Optional tasks_error: number

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

Implementation of

IAppendixUserDataResponseInfo.tasks_error

Inherited from

BaseResponseInfo.tasks_error

Defined in

main.ts:22514


time

Optional time: string

total execution time, seconds

Implementation of

IAppendixUserDataResponseInfo.time

Inherited from

BaseResponseInfo.time

Defined in

main.ts:22508


version

Optional version: string

the current version of the API

Implementation of

IAppendixUserDataResponseInfo.version

Inherited from

BaseResponseInfo.version

Defined in

main.ts:22500

Methods

init

init(_data?): void

Parameters

Name Type
_data? any

Returns

void

Overrides

BaseResponseInfo.init

Defined in

main.ts:212303


toJSON

toJSON(data?): any

Parameters

Name Type
data? any

Returns

any

Overrides

BaseResponseInfo.toJSON

Defined in

main.ts:212325


fromJS

fromJS(data): AppendixUserDataResponseInfo

Parameters

Name Type
data any

Returns

AppendixUserDataResponseInfo

Overrides

BaseResponseInfo.fromJS

Defined in

main.ts:212318

root / docs / classes

[Back to README.md]