Web-based responsive document annotation tool
activeannoservice / document.annotation / WebHookExport / <init>
WebHookExport(url:
String
, tries:
Int
= 0, success:
Boolean
= false, createdTimestamp:
Long
, updatedTimestamp:
Long
, failureLogs:
MutableList
<
String
> = mutableListOf())
Information about a web hook export, containing the export URL, how often it was tries, if it was successful, and possible failure logs for debugging purposes (for example when the web hook returns a 401 unauthorized etc.)