Struct google_drive2::FileLabels[][src]

pub struct FileLabels {
    pub starred: Option<bool>,
    pub viewed: Option<bool>,
    pub restricted: Option<bool>,
    pub hidden: Option<bool>,
    pub modified: Option<bool>,
    pub trashed: Option<bool>,
}

A group of labels for the file.

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

Fields

Whether this file is starred by the user.

Whether this file has been viewed by this user.

Whether viewers and commenters are prevented from downloading, printing, and copying this file.

Deprecated.

Whether the file has been modified by this user.

Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.

Trait Implementations

impl Default for FileLabels
[src]

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

impl Clone for FileLabels
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FileLabels
[src]

Formats the value using the given formatter. Read more

impl NestedType for FileLabels
[src]

impl Part for FileLabels
[src]

Auto Trait Implementations

impl Send for FileLabels

impl Sync for FileLabels