Annotation State Change
data class AnnotationStateChange(val author: String? = null, val authorState: AuthorState, _creationDate: Date? = null)
Represents any change of review status for a markup annotation.
Represents any change of review status for a markup annotation.