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