Struct google_vault1::HeldDriveQuery[][src]

pub struct HeldDriveQuery {
    pub include_team_drive_files: Option<bool>,
}

Query options for drive holds.

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

Fields

If true, include files in Team Drives in the hold.

Trait Implementations

impl Default for HeldDriveQuery
[src]

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

impl Clone for HeldDriveQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HeldDriveQuery
[src]

Formats the value using the given formatter. Read more

impl Part for HeldDriveQuery
[src]

Auto Trait Implementations