Struct google_classroom1::ModifyAnnouncementAssigneesRequest[][src]

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

Request to modify assignee mode and options of an announcement.

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 announcement describing whether it will be accessible by all students or specified individual students.

Set which students can view or cannot view the announcement. Must be specified only when assigneeMode is INDIVIDUAL_STUDENTS.

Trait Implementations

impl Default for ModifyAnnouncementAssigneesRequest
[src]

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

impl Clone for ModifyAnnouncementAssigneesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ModifyAnnouncementAssigneesRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ModifyAnnouncementAssigneesRequest
[src]

Auto Trait Implementations