Struct google_classroom1::DriveFile[][src]

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

Representation of a Google Drive file.

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

Fields

Title of the Drive item.

Read-only.

URL of a thumbnail image of the Drive item.

Read-only.

Drive API resource ID.

URL that can be used to access the Drive item.

Read-only.

Trait Implementations

impl Default for DriveFile
[src]

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

impl Clone for DriveFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DriveFile
[src]

Formats the value using the given formatter. Read more

impl Part for DriveFile
[src]

Auto Trait Implementations

impl Send for DriveFile

impl Sync for DriveFile