dataforseo-client / Exports / SerpGoogleLocalFinderTaskPostTaskInfo
-
↳
SerpGoogleLocalFinderTaskPostTaskInfo
▪ [key: string]: any
• new SerpGoogleLocalFinderTaskPostTaskInfo(data?): SerpGoogleLocalFinderTaskPostTaskInfo
| Name | Type |
|---|---|
data? |
ISerpGoogleLocalFinderTaskPostTaskInfo |
SerpGoogleLocalFinderTaskPostTaskInfo
BaseResponseTaskInfo.constructor
• Optional cost: number
total tasks cost, USD
ISerpGoogleLocalFinderTaskPostTaskInfo.cost
• Optional data: Object
contains the same parameters that you specified in the POST request
▪ [key: string]: any
ISerpGoogleLocalFinderTaskPostTaskInfo.data
• Optional id: string
task identifier unique task identifier in our system in the UUID format
ISerpGoogleLocalFinderTaskPostTaskInfo.id
• Optional path: string[]
URL path
ISerpGoogleLocalFinderTaskPostTaskInfo.path
• Optional result: any
array of results in this case, the value will be null
ISerpGoogleLocalFinderTaskPostTaskInfo.result
• Optional result_count: number
number of elements in the result array
ISerpGoogleLocalFinderTaskPostTaskInfo.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
ISerpGoogleLocalFinderTaskPostTaskInfo.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
ISerpGoogleLocalFinderTaskPostTaskInfo.status_message
BaseResponseTaskInfo.status_message
• Optional time: string
execution time, seconds
ISerpGoogleLocalFinderTaskPostTaskInfo.time
▸ init(_data?): void
| Name | Type |
|---|---|
_data? |
any |
void
▸ toJSON(data?): any
| Name | Type |
|---|---|
data? |
any |
any
▸ fromJS(data): SerpGoogleLocalFinderTaskPostTaskInfo
| Name | Type |
|---|---|
data |
any |