ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.manage / ProjectStoreResponse

ProjectStoreResponse

data class ProjectStoreResponse

Response body for storing a Project with success info and validation errors

Constructors

Name Summary
<init> Response body for storing a Project with success info and validation errorsProjectStoreResponse(projectID: String?, project: ManageProject?, success: Boolean, errors: Map<String, ProjectValidationError>, message: String)

Properties

Name Summary
errors val errors: Map<String, ProjectValidationError>
message val message: String
project val project: ManageProject?
projectID val projectID: String?
success val success: Boolean