Web-based responsive document annotation tool
activeannoservice / document.annotation / ExportStatistics
data class ExportStatistics
Data class holding information about where and how often the annotations were exported.
| Name | Summary |
|---|---|
| <init> | Data class holding information about where and how often the annotations were exported.ExportStatistics(webHookStatistics: MutableList<WebHookExport> = mutableListOf(), restStatistics: MutableList<RestCall> = mutableListOf()) |
| Name | Summary |
|---|---|
| restStatistics | val restStatistics: MutableList<RestCall> |
| webHookStatistics | val webHookStatistics: MutableList<WebHookExport> |