ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / document.annotation / ExportStatistics

ExportStatistics

data class ExportStatistics

Data class holding information about where and how often the annotations were exported.

Constructors

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())

Properties

Name Summary
restStatistics val restStatistics: MutableList<RestCall>
webHookStatistics val webHookStatistics: MutableList<WebHookExport>