root / docs / interfaces
dataforseo-client / Exports / IAppendixUserDataResponseInfo
-
↳
IAppendixUserDataResponseInfo
▪ [key: string]: any
• Optional cost: number
total tasks cost, USD
• Optional status_code: number
general status code you can find the full list of the response codes here
• Optional status_message: string
general informational message you can find the full list of general informational messages here
IBaseResponseInfo.status_message
• Optional tasks: AppendixUserDataTaskInfo[]
array of tasks
• Optional tasks_count: number
the number of tasks in the tasks array
• Optional tasks_error: number
the number of tasks in the tasks array returned with an error
• Optional time: string
total execution time, seconds
• Optional version: string
the current version of the API
root / docs / interfaces