View Source GoogleApi.Classroom.V1.Model.GradeHistory (google_api_classroom v0.21.2)
The history of each grade on this submission.
Attributes
-
actorUserId(type:String.t, default:nil) - The teacher who made the grade change. -
gradeChangeType(type:String.t, default:nil) - The type of grade change at this time in the submission grade history. -
gradeTimestamp(type:DateTime.t, default:nil) - When the grade of the submission was changed. -
maxPoints(type:float(), default:nil) - The denominator of the grade at this time in the submission grade history. -
pointsEarned(type:float(), default:nil) - The numerator of the grade at this time in the submission grade history.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Classroom.V1.Model.GradeHistory{ actorUserId: String.t() | nil, gradeChangeType: String.t() | nil, gradeTimestamp: DateTime.t() | nil, maxPoints: float() | nil, pointsEarned: float() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.