Class SubmissionHistory
The history of the submission. This currently includes state and grade histories.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class SubmissionHistory : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GradeHistory
The grade history information of the submission, if present.
Declaration
[JsonProperty("gradeHistory")]
public virtual GradeHistory GradeHistory { get; set; }
Property Value
Type | Description |
---|---|
GradeHistory |
StateHistory
The state history information of the submission, if present.
Declaration
[JsonProperty("stateHistory")]
public virtual StateHistory StateHistory { get; set; }
Property Value
Type | Description |
---|---|
StateHistory |