Struct google_classroom1::Feed[][src]

pub struct Feed {
    pub feed_type: Option<String>,
    pub course_roster_changes_info: Option<CourseRosterChangesInfo>,
}

A class of notifications that an application can register to receive. For example: "all roster changes for a domain".

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

Fields

The type of feed.

Information about a Feed with a feed_type of COURSE_ROSTER_CHANGES. This field must be specified if feed_type is COURSE_ROSTER_CHANGES.

Trait Implementations

impl Default for Feed
[src]

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

impl Clone for Feed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Feed
[src]

Formats the value using the given formatter. Read more

impl Part for Feed
[src]

Auto Trait Implementations

impl Send for Feed

impl Sync for Feed