Struct google_vault1::DriveOptions[][src]

pub struct DriveOptions {
    pub version_date: Option<String>,
    pub include_team_drives: Option<bool>,
}

Drive search advanced options

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

Fields

Search the versions of the Drive file as of the reference date. These timestamps are in GMT and rounded down to the given date.

Set to true to include Team Drive.

Trait Implementations

impl Default for DriveOptions
[src]

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

impl Clone for DriveOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DriveOptions
[src]

Formats the value using the given formatter. Read more

impl Part for DriveOptions
[src]

Auto Trait Implementations