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