Skip to content

Latest commit

 

History

History
341 lines (178 loc) · 7.79 KB

File metadata and controls

341 lines (178 loc) · 7.79 KB

root / docs / classes

[Back to README.md]

dataforseo-client / Exports / AppendixWebhookResendTaskInfo

Class: AppendixWebhookResendTaskInfo

Hierarchy

Implements

Indexable

▪ [key: string]: any

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new AppendixWebhookResendTaskInfo(data?): AppendixWebhookResendTaskInfo

Parameters

Name Type
data? IAppendixWebhookResendTaskInfo

Returns

AppendixWebhookResendTaskInfo

Overrides

BaseResponseTaskInfo.constructor

Defined in

main.ts:212578

Properties

cost

Optional cost: number

total tasks cost, USD

Implementation of

IAppendixWebhookResendTaskInfo.cost

Inherited from

BaseResponseTaskInfo.cost

Defined in

main.ts:22602


data

Optional data: Object

contains the same parameters that you specified in the POST request

Index signature

▪ [key: string]: any

Implementation of

IAppendixWebhookResendTaskInfo.data

Inherited from

BaseResponseTaskInfo.data

Defined in

main.ts:22608


id

Optional id: string

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

Implementation of

IAppendixWebhookResendTaskInfo.id

Inherited from

BaseResponseTaskInfo.id

Defined in

main.ts:22591


path

Optional path: string[]

URL path

Implementation of

IAppendixWebhookResendTaskInfo.path

Inherited from

BaseResponseTaskInfo.path

Defined in

main.ts:22606


result

Optional result: any

array of results the value of this array is always null; you can get the results by the preferred method of results delivery (pingback or postback) you specified when setting a task

Implementation of

IAppendixWebhookResendTaskInfo.result

Defined in

main.ts:212574


result_count

Optional result_count: number

number of elements in the result array

Implementation of

IAppendixWebhookResendTaskInfo.result_count

Inherited from

BaseResponseTaskInfo.result_count

Defined in

main.ts:22604


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

Implementation of

IAppendixWebhookResendTaskInfo.status_code

Inherited from

BaseResponseTaskInfo.status_code

Defined in

main.ts:22595


status_message

Optional status_message: string

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

Implementation of

IAppendixWebhookResendTaskInfo.status_message

Inherited from

BaseResponseTaskInfo.status_message

Defined in

main.ts:22598


time

Optional time: string

execution time, seconds

Implementation of

IAppendixWebhookResendTaskInfo.time

Inherited from

BaseResponseTaskInfo.time

Defined in

main.ts:22600

Methods

init

init(_data?): void

Parameters

Name Type
_data? any

Returns

void

Overrides

BaseResponseTaskInfo.init

Defined in

main.ts:212582


toJSON

toJSON(data?): any

Parameters

Name Type
data? any

Returns

any

Overrides

BaseResponseTaskInfo.toJSON

Defined in

main.ts:212600


fromJS

fromJS(data): AppendixWebhookResendTaskInfo

Parameters

Name Type
data any

Returns

AppendixWebhookResendTaskInfo

Overrides

BaseResponseTaskInfo.fromJS

Defined in

main.ts:212593

root / docs / classes

[Back to README.md]