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: Option<String>
Title of the Drive folder. Read-only.
id: Option<String>
Drive API resource ID.
alternate_link: Option<String>
URL that can be used to access the Drive folder. Read-only.
Trait Implementations
impl Debug for DriveFolder[src]
impl Clone for DriveFolder[src]
fn clone(&self) -> DriveFolder
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for DriveFolder[src]
fn default() -> DriveFolder
Returns the "default value" for a type. Read more