google_api_classroom v0.5.0 GoogleApi.Classroom.V1.Model.SubmissionHistory View Source

The history of the submission. This currently includes state and grade histories.

Attributes

  • gradeHistory (GoogleApi.Classroom.V1.Model.GradeHistory.t): The grade history information of the submission, if present. Defaults to nil.
  • stateHistory (GoogleApi.Classroom.V1.Model.StateHistory.t): The state history information of the submission, if present. 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() :: %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
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.