Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.13 KB

File metadata and controls

22 lines (16 loc) · 1.13 KB

root / docs

[Back to README.md]

AppendixWebhookResendResponseInfo

Properties

Name Type Description Notes
version String the current version of the API [optional]
statusCode Integer general status code you can find the full list of the response codes here [optional]
statusMessage String general informational message you can find the full list of general informational messages here [optional]
time String total execution time, seconds [optional]
cost Double total tasks cost, USD [optional]
tasksCount Long the number of tasks in the tasks array [optional]
tasksError Long the number of tasks in the tasks array returned with an error [optional]
tasks List<AppendixWebhookResendTaskInfo> array of tasks [optional]

root / docs

[Back to README.md]