Struct google_classroom1::CourseMaterialSet [] [src]

pub struct CourseMaterialSet {
    pub materials: Option<Vec<CourseMaterial>>,
    pub title: Option<String>,
}

A set of materials that appears on the "About" page of the course. These materials might include a syllabus, schedule, or other background information relating to the course as a whole.

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

Fields

Materials attached to this set.

Title for this set.

Trait Implementations

impl Default for CourseMaterialSet
[src]

[src]

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

impl Clone for CourseMaterialSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CourseMaterialSet
[src]

[src]

Formats the value using the given formatter.

impl Part for CourseMaterialSet
[src]