View Source GoogleApi.Classroom.V1.Model.SubmissionHistory (google_api_classroom v0.21.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Classroom.V1.Model.SubmissionHistory{
  gradeHistory: GoogleApi.Classroom.V1.Model.GradeHistory.t() | nil,
  stateHistory: GoogleApi.Classroom.V1.Model.StateHistory.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.