Web-based responsive document annotation tool
activeannoservice / api.annotate.dto / ListProject
data class ListProject
View data class - all properties necessary to display project in list in the frontend
Name | Summary |
---|---|
<init> | View data class - all properties necessary to display project in list in the frontendListProject(id: ProjectID , name: String , description: String = "", priority: Int ) |
Name | Summary |
---|---|
description | val description: String |
id | val id: ProjectID |
name | val name: String |
priority | val priority: Int |