Class SubmissionHistory
The history of the submission. This currently includes state and grade histories.
Inheritance
System.Object
SubmissionHistory
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |