Struct google_vault1::HeldMailQuery[][src]

pub struct HeldMailQuery {
    pub end_time: Option<String>,
    pub terms: Option<String>,
    pub start_time: Option<String>,
}

Query options for mail holds.

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

Fields

The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.

The search terms for the hold.

The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.

Trait Implementations

impl Default for HeldMailQuery
[src]

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

impl Clone for HeldMailQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HeldMailQuery
[src]

Formats the value using the given formatter. Read more

impl Part for HeldMailQuery
[src]

Auto Trait Implementations