Skip to content

Latest commit

 

History

History
311 lines (161 loc) · 7.19 KB

File metadata and controls

311 lines (161 loc) · 7.19 KB

root / docs / classes

[Back to README.md]

dataforseo-client / Exports / AppendixWebhookResendResponseInfo

Class: AppendixWebhookResendResponseInfo

Hierarchy

Implements

Indexable

▪ [key: string]: any

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new AppendixWebhookResendResponseInfo(data?): AppendixWebhookResendResponseInfo

Parameters

Name Type
data? IAppendixWebhookResendResponseInfo

Returns

AppendixWebhookResendResponseInfo

Overrides

BaseResponseInfo.constructor

Defined in

main.ts:212627

Properties

cost

Optional cost: number

total tasks cost, USD

Implementation of

IAppendixWebhookResendResponseInfo.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

IAppendixWebhookResendResponseInfo.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

IAppendixWebhookResendResponseInfo.status_message

Inherited from

BaseResponseInfo.status_message

Defined in

main.ts:22506


tasks

Optional tasks: AppendixWebhookResendTaskInfo[]

array of tasks

Implementation of

IAppendixWebhookResendResponseInfo.tasks

Defined in

main.ts:212623


tasks_count

Optional tasks_count: number

the number of tasks in the tasks array

Implementation of

IAppendixWebhookResendResponseInfo.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

IAppendixWebhookResendResponseInfo.tasks_error

Inherited from

BaseResponseInfo.tasks_error

Defined in

main.ts:22514


time

Optional time: string

total execution time, seconds

Implementation of

IAppendixWebhookResendResponseInfo.time

Inherited from

BaseResponseInfo.time

Defined in

main.ts:22508


version

Optional version: string

the current version of the API

Implementation of

IAppendixWebhookResendResponseInfo.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:212631


toJSON

toJSON(data?): any

Parameters

Name Type
data? any

Returns

any

Overrides

BaseResponseInfo.toJSON

Defined in

main.ts:212653


fromJS

fromJS(data): AppendixWebhookResendResponseInfo

Parameters

Name Type
data any

Returns

AppendixWebhookResendResponseInfo

Overrides

BaseResponseInfo.fromJS

Defined in

main.ts:212646

root / docs / classes

[Back to README.md]