Show / Hide Table of Contents

Class GradeHistory

The history of each grade on this submission.

Inheritance
object
GradeHistory
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 GradeHistory : IDirectResponseSchema

Properties

ActorUserId

The teacher who made the grade change.

Declaration
[JsonProperty("actorUserId")]
public virtual string ActorUserId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GradeChangeType

The type of grade change at this time in the submission grade history.

Declaration
[JsonProperty("gradeChangeType")]
public virtual string GradeChangeType { get; set; }
Property Value
Type Description
string

GradeTimestamp

object representation of GradeTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use GradeTimestampDateTimeOffset instead.")]
public virtual object GradeTimestamp { get; set; }
Property Value
Type Description
object

GradeTimestampDateTimeOffset

DateTimeOffset representation of GradeTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? GradeTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

GradeTimestampRaw

When the grade of the submission was changed.

Declaration
[JsonProperty("gradeTimestamp")]
public virtual string GradeTimestampRaw { get; set; }
Property Value
Type Description
string

MaxPoints

The denominator of the grade at this time in the submission grade history.

Declaration
[JsonProperty("maxPoints")]
public virtual double? MaxPoints { get; set; }
Property Value
Type Description
double?

PointsEarned

The numerator of the grade at this time in the submission grade history.

Declaration
[JsonProperty("pointsEarned")]
public virtual double? PointsEarned { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX