DocumentSummary

@Serializable
data class DocumentSummary(val id: String, val studentId: Long, val authorUserId: Long, val title: String, val commentCount: Int, val blockTypes: List<String>, val hasContent: Boolean, val sharedWithStudent: Boolean, val updatedAtMillis: Long)(source)

Constructors

Link copied to clipboard
constructor(id: String, studentId: Long, authorUserId: Long, title: String, commentCount: Int, blockTypes: List<String>, hasContent: Boolean, sharedWithStudent: Boolean, updatedAtMillis: Long)

Properties

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