Struct google_classroom1::ModifyCourseWorkAssigneesRequest [−][src]
pub struct ModifyCourseWorkAssigneesRequest { pub modify_individual_students_options: Option<ModifyIndividualStudentsOptions>, pub assignee_mode: Option<String>, }
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
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
.
assignee_mode: Option<String>
Mode of the coursework describing whether it will be assigned to all students or specified individual students.
Trait Implementations
impl Default for ModifyCourseWorkAssigneesRequest
[src]
impl Default for ModifyCourseWorkAssigneesRequest
fn default() -> ModifyCourseWorkAssigneesRequest
[src]
fn default() -> ModifyCourseWorkAssigneesRequest
Returns the "default value" for a type. Read more
impl Clone for ModifyCourseWorkAssigneesRequest
[src]
impl Clone for ModifyCourseWorkAssigneesRequest
fn clone(&self) -> ModifyCourseWorkAssigneesRequest
[src]
fn clone(&self) -> ModifyCourseWorkAssigneesRequest
Returns 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 ModifyCourseWorkAssigneesRequest
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl RequestValue for ModifyCourseWorkAssigneesRequest
[src]
impl RequestValue for ModifyCourseWorkAssigneesRequest
Auto Trait Implementations
impl Send for ModifyCourseWorkAssigneesRequest
impl Send for ModifyCourseWorkAssigneesRequest
impl Sync for ModifyCourseWorkAssigneesRequest
impl Sync for ModifyCourseWorkAssigneesRequest