Web-based responsive document annotation tool
activeannoservice / api.annotate / CheckEnableConditionResponse
data class CheckEnableConditionResponse
Data class for the response body of the check enable condition request
Name | Summary |
---|---|
<init> | Data class for the response body of the check enable condition requestCheckEnableConditionResponse(documentID: DocumentID , projectID: ProjectID , annotationConditions: List < AnnotationEnableConditionResult >) |
Name | Summary |
---|---|
annotationConditions | val annotationConditions: List < AnnotationEnableConditionResult > |
documentID | val documentID: DocumentID |
projectID | val projectID: ProjectID |