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