Show / Hide Table of Contents

Class SubmissionHistory

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

Inheritance
object
SubmissionHistory
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX