google_api_classroom v0.13.1 GoogleApi.Classroom.V1.Model.AssignmentSubmission View Source

Student work for an assignment.

Attributes

  • attachments (type: list(GoogleApi.Classroom.V1.Model.Attachment.t), default: nil) - Attachments added by the student. Drive files that correspond to materials with a share mode of STUDENT_COPY may not exist yet if the student has not accessed the assignment in Classroom.

    Some attachment metadata is only populated if the requesting user has permission to access it. Identifier and alternate_link fields are always available, but others (for example, title) may not be.

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.AssignmentSubmission{
  attachments: [GoogleApi.Classroom.V1.Model.Attachment.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.