VisibleDocumentResponse

@Serializable
data class VisibleDocumentResponse(val id: String, val studentId: Long, val authorUserId: Long, val sharedWithStudent: Boolean, val updatedAtMillis: Long, val document: JsonElement)(source)

Constructors

Link copied to clipboard
constructor(id: String, studentId: Long, authorUserId: Long, sharedWithStudent: Boolean, updatedAtMillis: Long, document: JsonElement)

Properties

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