ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.manage.dto / ManageListProject

ManageListProject

data class ManageListProject

View data class - all properties necessary to display project in list in the frontend for managers

Constructors

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 = "")

Properties

Name Summary
description val description: String
id val id: ProjectID
name val name: String