ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.annotate / CheckEnableConditionResponse

CheckEnableConditionResponse

data class CheckEnableConditionResponse

Data class for the response body of the check enable condition request

Constructors

Name Summary
<init> Data class for the response body of the check enable condition requestCheckEnableConditionResponse(documentID: DocumentID, projectID: ProjectID, annotationConditions: List<AnnotationEnableConditionResult>)

Properties

Name Summary
annotationConditions val annotationConditions: List<AnnotationEnableConditionResult>
documentID val documentID: DocumentID
projectID val projectID: ProjectID