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