Struct google_classroom1::AssignmentSubmission[][src]

pub struct AssignmentSubmission {
    pub attachments: Option<Vec<Attachment>>,
}

Student work for an assignment.

This type is not used in any activity, and only used as part of another schema.

Fields

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.

Trait Implementations

impl Default for AssignmentSubmission
[src]

Returns the "default value" for a type. Read more

impl Clone for AssignmentSubmission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AssignmentSubmission
[src]

Formats the value using the given formatter. Read more

impl Part for AssignmentSubmission
[src]

Auto Trait Implementations