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