Struct google_drive3_fork::AboutTeamDriveThemes[][src]

pub struct AboutTeamDriveThemes {
    pub color_rgb: Option<String>,
    pub background_image_link: Option<String>,
    pub id: Option<String>,
}

A list of themes that are supported for Team Drives.

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

Fields

The color of this Team Drive theme as an RGB hex string.

A link to this Team Drive theme's background image.

The ID of the theme.

Trait Implementations

impl Default for AboutTeamDriveThemes
[src]

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

impl Clone for AboutTeamDriveThemes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AboutTeamDriveThemes
[src]

Formats the value using the given formatter. Read more

impl NestedType for AboutTeamDriveThemes
[src]

impl Part for AboutTeamDriveThemes
[src]

Auto Trait Implementations