Web-based responsive document annotation tool
activeannoservice / api.manage / ProjectStoreResponse
data class ProjectStoreResponse
Response body for storing a Project with success info and validation errors
| 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) |
| Name | Summary |
|---|---|
| errors | val errors: Map<String, ProjectValidationError> |
| message | val message: String |
| project | val project: ManageProject? |
| projectID | val projectID: String? |
| success | val success: Boolean |