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

Payload for grade update requests.

Attributes

  • pointsEarned (type: float(), default: nil) - Student grade on this attachment. If unset, no grade was set.
  • postSubmissionState (type: String.t, default: nil) - Submission state of add-on attachment's parent post (i.e. assignment).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Classroom.V1.Model.AddOnAttachmentStudentSubmission{
  pointsEarned: float() | nil,
  postSubmissionState: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.