Change Info
data class ChangeInfo(val message: String, val operations: List<OperationInfo>, val actorID: String, val clientSeq: UInt, val serverSeq: Long)
Represents the modification made during a document update and the message passed.
Represents the modification made during a document update and the message passed.