google_api_classroom v0.7.0 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 (e.g. 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 Sourcet() :: %GoogleApi.Classroom.V1.Model.AssignmentSubmission{ attachments: [GoogleApi.Classroom.V1.Model.Attachment.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.