Skip to content

Latest commit

 

History

History
136 lines (74 loc) · 2.81 KB

File metadata and controls

136 lines (74 loc) · 2.81 KB

root / docs / classes

[Back to README.md]

dataforseo-client / Exports / AppendixWebhookResendRequestInfo

Class: AppendixWebhookResendRequestInfo

Implements

Indexable

▪ [key: string]: any

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new AppendixWebhookResendRequestInfo(data?): AppendixWebhookResendRequestInfo

Parameters

Name Type
data? IAppendixWebhookResendRequestInfo

Returns

AppendixWebhookResendRequestInfo

Defined in

main.ts:212523

Properties

id

Optional id: string

task identifier unique task identifier in our system in the UUID format you can specify up to 100 identifiers; each identifier in the task array must be specified as a separate object

Implementation of

IAppendixWebhookResendRequestInfo.id

Defined in

main.ts:212519

Methods

init

init(_data?): void

Parameters

Name Type
_data? any

Returns

void

Defined in

main.ts:212532


toJSON

toJSON(data?): any

Parameters

Name Type
data? any

Returns

any

Defined in

main.ts:212549


fromJS

fromJS(data): AppendixWebhookResendRequestInfo

Parameters

Name Type
data any

Returns

AppendixWebhookResendRequestInfo

Defined in

main.ts:212542

root / docs / classes

[Back to README.md]