Web-based responsive document annotation tool
activeannoservice / document.annotation / RestCall
data class RestCall
Information about an export via rest call, mainly the route called, how often, and when.
| 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) |
| Name | Summary |
|---|---|
| calls | var calls: Int |
| createdTimestamp | val createdTimestamp: Long |
| route | val route: String |
| updatedTimestamp | var updatedTimestamp: Long |