DocumentRecord

data class DocumentRecord(val id: String, val studentId: Long, val authorUserId: Long, val content: String, val updatedAtMillis: Long)(source)

Constructors

Link copied to clipboard
constructor(id: String, studentId: Long, authorUserId: Long, content: String, updatedAtMillis: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard