ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / document.annotation / RestCall

RestCall

data class RestCall

Information about an export via rest call, mainly the route called, how often, and when.

Constructors

Name Summary
<init> Information about an export via rest call, mainly the route called, how often, and when.RestCall(route: String, calls: Int = 0, createdTimestamp: Long, updatedTimestamp: Long)

Properties

Name Summary
calls var calls: Int
createdTimestamp val createdTimestamp: Long
route val route: String
updatedTimestamp var updatedTimestamp: Long