StoredDocumentContract

@Serializable
data class StoredDocumentContract(val encoding: StoredDocumentEncoding, val studentId: String, val title: String, val sharedWithStudent: Boolean? = null, val blocks: List<StoredDocumentBlock>, val fileAnnotations: Map<String, List<StoredSarifResult>>)(source)

Constructors

Link copied to clipboard
constructor(encoding: StoredDocumentEncoding, studentId: String, title: String, sharedWithStudent: Boolean? = null, blocks: List<StoredDocumentBlock>, fileAnnotations: Map<String, List<StoredSarifResult>>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard