google_api_classroom v0.13.0 GoogleApi.Classroom.V1.Model.SubmissionHistory 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Classroom.V1.Model.SubmissionHistory{ gradeHistory: GoogleApi.Classroom.V1.Model.GradeHistory.t(), stateHistory: GoogleApi.Classroom.V1.Model.StateHistory.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.