studentWorkReviewUri property

EmbedUri? studentWorkReviewUri
getter/setter pair

URI for the teacher to see student work on the attachment, if applicable.

The URI will be opened in an iframe with the courseId, itemId, itemType, attachmentId, and submissionId query parameters set. This is the same submissionId returned in the [AddOnContext.studentContext](//devsite.google.com/classroom/reference/rest/v1/AddOnContext#StudentContext) field when a student views the attachment. If the URI is omitted or removed, max_points will also be discarded.

Implementation

EmbedUri? studentWorkReviewUri;