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