dataforseo-client / Exports / OnPageLighthouseTaskGetJsonTaskInfo
-
↳
OnPageLighthouseTaskGetJsonTaskInfo
▪ [key: string]: any
• new OnPageLighthouseTaskGetJsonTaskInfo(data?): OnPageLighthouseTaskGetJsonTaskInfo
| Name | Type |
|---|---|
data? |
IOnPageLighthouseTaskGetJsonTaskInfo |
OnPageLighthouseTaskGetJsonTaskInfo
BaseResponseTaskInfo.constructor
• Optional cost: number
total tasks cost, USD
IOnPageLighthouseTaskGetJsonTaskInfo.cost
• Optional data: Object
contains the same parameters that you specified in the POST request
▪ [key: string]: any
IOnPageLighthouseTaskGetJsonTaskInfo.data
• Optional id: string
task identifier unique task identifier in our system in the UUID format
IOnPageLighthouseTaskGetJsonTaskInfo.id
• Optional path: string[]
URL path
IOnPageLighthouseTaskGetJsonTaskInfo.path
• Optional result: { [key: string]: any; }[]
results of Lighthouse audit this array will include data according to the parameters specified in the POST request; description of the fields in the result array is available in the official documentation
IOnPageLighthouseTaskGetJsonTaskInfo.result
• Optional result_count: number
number of elements in the result array
IOnPageLighthouseTaskGetJsonTaskInfo.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
IOnPageLighthouseTaskGetJsonTaskInfo.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
IOnPageLighthouseTaskGetJsonTaskInfo.status_message
BaseResponseTaskInfo.status_message
• Optional time: string
execution time, seconds
IOnPageLighthouseTaskGetJsonTaskInfo.time
▸ init(_data?): void
| Name | Type |
|---|---|
_data? |
any |
void
▸ toJSON(data?): any
| Name | Type |
|---|---|
data? |
any |
any
▸ fromJS(data): OnPageLighthouseTaskGetJsonTaskInfo
| Name | Type |
|---|---|
data |
any |