Struct google_classroom1::ModifyCourseWorkAssigneesRequest[][src]

pub struct ModifyCourseWorkAssigneesRequest {
    pub assignee_mode: Option<String>,
    pub modify_individual_students_options: Option<ModifyIndividualStudentsOptions>,
}

Request to modify assignee mode and options of a coursework.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Mode of the coursework describing whether it will be assigned to all students or specified individual students.

Set which students are assigned or not assigned to the coursework. Must be specified only when assigneeMode is INDIVIDUAL_STUDENTS.

Trait Implementations

impl Default for ModifyCourseWorkAssigneesRequest
[src]

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

impl Clone for ModifyCourseWorkAssigneesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ModifyCourseWorkAssigneesRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ModifyCourseWorkAssigneesRequest
[src]

Auto Trait Implementations