Struct google_classroom1::IndividualStudentsOptions[][src]

pub struct IndividualStudentsOptions {
    pub student_ids: Option<Vec<String>>,
}

Assignee details about a coursework/announcement. This field is set if and only if assigneeMode is INDIVIDUAL_STUDENTS.

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

Fields

Identifiers for the students that have access to the coursework/announcement.

Trait Implementations

impl Default for IndividualStudentsOptions
[src]

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

impl Clone for IndividualStudentsOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndividualStudentsOptions
[src]

Formats the value using the given formatter. Read more

impl Part for IndividualStudentsOptions
[src]

Auto Trait Implementations