google_api_classroom v0.6.0 GoogleApi.Classroom.V1.Model.GradeHistory View Source
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.
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.