Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SubmissionHistory

import type { SubmissionHistory } from "https://googleapis.deno.dev/v1/classroom:v1.ts";

The history of the submission. This currently includes state and grade histories.

interface SubmissionHistory {
gradeHistory?: GradeHistory;
stateHistory?: StateHistory;
}

§Properties

§
gradeHistory?: GradeHistory
[src]

The grade history information of the submission, if present.

§
stateHistory?: StateHistory
[src]

The state history information of the submission, if present.