Struct google_classroom1::CourseRosterChangesInfo[][src]

pub struct CourseRosterChangesInfo {
    pub course_id: Option<String>,
}

Information about a Feed with a feed_type of COURSE_ROSTER_CHANGES.

This type is not used in any activity, and only used as part of another schema.

Fields

The course_id of the course to subscribe to roster changes for.

Trait Implementations

impl Default for CourseRosterChangesInfo
[src]

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

impl Clone for CourseRosterChangesInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CourseRosterChangesInfo
[src]

Formats the value using the given formatter. Read more

impl Part for CourseRosterChangesInfo
[src]

Auto Trait Implementations