dataforseo-client / Exports / AppendixWebhookResendResponseInfo
-
↳
AppendixWebhookResendResponseInfo
▪ [key: string]: any
• new AppendixWebhookResendResponseInfo(data?): AppendixWebhookResendResponseInfo
| Name | Type |
|---|---|
data? |
IAppendixWebhookResendResponseInfo |
AppendixWebhookResendResponseInfo
• Optional cost: number
total tasks cost, USD
IAppendixWebhookResendResponseInfo.cost
• Optional status_code: number
general status code you can find the full list of the response codes here
IAppendixWebhookResendResponseInfo.status_code
• Optional status_message: string
general informational message you can find the full list of general informational messages here
IAppendixWebhookResendResponseInfo.status_message
BaseResponseInfo.status_message
• Optional tasks: AppendixWebhookResendTaskInfo[]
array of tasks
IAppendixWebhookResendResponseInfo.tasks
• Optional tasks_count: number
the number of tasks in the tasks array
IAppendixWebhookResendResponseInfo.tasks_count
• Optional tasks_error: number
the number of tasks in the tasks array returned with an error
IAppendixWebhookResendResponseInfo.tasks_error
• Optional time: string
total execution time, seconds
IAppendixWebhookResendResponseInfo.time
• Optional version: string
the current version of the API
IAppendixWebhookResendResponseInfo.version
▸ init(_data?): void
| Name | Type |
|---|---|
_data? |
any |
void
▸ toJSON(data?): any
| Name | Type |
|---|---|
data? |
any |
any
▸ fromJS(data): AppendixWebhookResendResponseInfo
| Name | Type |
|---|---|
data |
any |