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).
- course work modify assignees courses (request)
Fields
assignee_mode: Option<String>
Mode of the coursework describing whether it will be assigned to all students or specified individual students.
modify_individual_students_options: Option<ModifyIndividualStudentsOptions>
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]
impl Default for ModifyCourseWorkAssigneesRequestfn default() -> ModifyCourseWorkAssigneesRequest[src]
fn default() -> ModifyCourseWorkAssigneesRequestReturns the "default value" for a type. Read more
impl Clone for ModifyCourseWorkAssigneesRequest[src]
impl Clone for ModifyCourseWorkAssigneesRequestfn clone(&self) -> ModifyCourseWorkAssigneesRequest[src]
fn clone(&self) -> ModifyCourseWorkAssigneesRequestReturns 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 ModifyCourseWorkAssigneesRequest[src]
impl Debug for ModifyCourseWorkAssigneesRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for ModifyCourseWorkAssigneesRequest[src]
impl RequestValue for ModifyCourseWorkAssigneesRequestAuto Trait Implementations
impl Send for ModifyCourseWorkAssigneesRequest
impl Send for ModifyCourseWorkAssigneesRequestimpl Sync for ModifyCourseWorkAssigneesRequest
impl Sync for ModifyCourseWorkAssigneesRequest