Struct google_classroom1::DriveFolder [] [src]

pub struct DriveFolder {
    pub title: Option<String>,
    pub id: Option<String>,
    pub alternate_link: Option<String>,
}

Representation of a Google Drive folder.

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

Fields

Title of the Drive folder. Read-only.

Drive API resource ID.

URL that can be used to access the Drive folder. Read-only.

Trait Implementations

impl Debug for DriveFolder
[src]

Formats the value using the given formatter.

impl Clone for DriveFolder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DriveFolder
[src]

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

impl Part for DriveFolder
[src]