dataforseo-client / Exports / SerpGoogleImagesTaskGetAdvancedTaskInfo
-
↳
SerpGoogleImagesTaskGetAdvancedTaskInfo
▪ [key: string]: any
• new SerpGoogleImagesTaskGetAdvancedTaskInfo(data?): SerpGoogleImagesTaskGetAdvancedTaskInfo
| Name | Type |
|---|---|
data? |
ISerpGoogleImagesTaskGetAdvancedTaskInfo |
SerpGoogleImagesTaskGetAdvancedTaskInfo
BaseResponseTaskInfo.constructor
• Optional cost: number
total tasks cost, USD
ISerpGoogleImagesTaskGetAdvancedTaskInfo.cost
• Optional data: Object
contains the same parameters that you specified in the POST request
▪ [key: string]: any
ISerpGoogleImagesTaskGetAdvancedTaskInfo.data
• Optional id: string
task identifier unique task identifier in our system in the UUID format
ISerpGoogleImagesTaskGetAdvancedTaskInfo.id
• Optional path: string[]
URL path
ISerpGoogleImagesTaskGetAdvancedTaskInfo.path
• Optional result: SerpGoogleImagesTaskGetAdvancedResultInfo[]
array of results
ISerpGoogleImagesTaskGetAdvancedTaskInfo.result
• Optional result_count: number
number of elements in the result array
ISerpGoogleImagesTaskGetAdvancedTaskInfo.result_count
BaseResponseTaskInfo.result_count
• 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
ISerpGoogleImagesTaskGetAdvancedTaskInfo.status_code
BaseResponseTaskInfo.status_code
• Optional status_message: string
informational message of the task you can find the full list of general informational messages here
ISerpGoogleImagesTaskGetAdvancedTaskInfo.status_message
BaseResponseTaskInfo.status_message
• Optional time: string
execution time, seconds
ISerpGoogleImagesTaskGetAdvancedTaskInfo.time
▸ init(_data?): void
| Name | Type |
|---|---|
_data? |
any |
void
▸ toJSON(data?): any
| Name | Type |
|---|---|
data? |
any |
any
▸ fromJS(data): SerpGoogleImagesTaskGetAdvancedTaskInfo
| Name | Type |
|---|---|
data |
any |