Struct google_classroom1::ModifyIndividualStudentsOptions [−][src]
pub struct ModifyIndividualStudentsOptions {
pub add_student_ids: Option<Vec<String>>,
pub remove_student_ids: Option<Vec<String>>,
}Contains fields to add or remove students from a course work or announcement
where the assigneeMode is set to INDIVIDUAL_STUDENTS.
This type is not used in any activity, and only used as part of another schema.
Fields
add_student_ids: Option<Vec<String>>
Ids of students to be added as having access to this coursework/announcement.
remove_student_ids: Option<Vec<String>>
Ids of students to be removed from having access to this coursework/announcement.
Trait Implementations
impl Default for ModifyIndividualStudentsOptions[src]
impl Default for ModifyIndividualStudentsOptionsfn default() -> ModifyIndividualStudentsOptions[src]
fn default() -> ModifyIndividualStudentsOptionsReturns the "default value" for a type. Read more
impl Clone for ModifyIndividualStudentsOptions[src]
impl Clone for ModifyIndividualStudentsOptionsfn clone(&self) -> ModifyIndividualStudentsOptions[src]
fn clone(&self) -> ModifyIndividualStudentsOptionsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ModifyIndividualStudentsOptions[src]
impl Debug for ModifyIndividualStudentsOptionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for ModifyIndividualStudentsOptions[src]
impl Part for ModifyIndividualStudentsOptionsAuto Trait Implementations
impl Send for ModifyIndividualStudentsOptions
impl Send for ModifyIndividualStudentsOptionsimpl Sync for ModifyIndividualStudentsOptions
impl Sync for ModifyIndividualStudentsOptions