SendFeedbackCommand

data class SendFeedbackCommand(val studentId: Long, val documentId: String?, val expectedUpdatedAtMillis: Long?, val subject: String, val html: String)(source)

Describes one feedback email and the document revision it may publish.

When documentId is present, expectedUpdatedAtMillis must equal the stored revision. A successful send marks that same document revision as shared with the student.

Constructors

Link copied to clipboard
constructor(studentId: Long, documentId: String?, expectedUpdatedAtMillis: Long?, subject: String, html: String)

Properties

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