GoogleApi.Classroom.V1.Model.SubmissionHistory (google_api_classroom v0.18.0) View Source
The history of the submission. This currently includes state and grade histories.
Attributes
-
gradeHistory(type:GoogleApi.Classroom.V1.Model.GradeHistory.t, default:nil) - The grade history information of the submission, if present. -
stateHistory(type:GoogleApi.Classroom.V1.Model.StateHistory.t, default:nil) - The state history information of the submission, if present.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Classroom.V1.Model.SubmissionHistory{
gradeHistory: GoogleApi.Classroom.V1.Model.GradeHistory.t() | nil,
stateHistory: GoogleApi.Classroom.V1.Model.StateHistory.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.