Struct google_vault1::CorpusQuery[][src]

pub struct CorpusQuery {
    pub hangouts_chat_query: Option<HeldHangoutsChatQuery>,
    pub drive_query: Option<HeldDriveQuery>,
    pub mail_query: Option<HeldMailQuery>,
    pub groups_query: Option<HeldGroupsQuery>,
}

Corpus specific queries.

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

Fields

Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.

Details pertaining to Drive holds. If set, corpus must be Drive.

Details pertaining to mail holds. If set, corpus must be mail.

Details pertaining to Groups holds. If set, corpus must be Groups.

Trait Implementations

impl Default for CorpusQuery
[src]

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

impl Clone for CorpusQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CorpusQuery
[src]

Formats the value using the given formatter. Read more

impl Part for CorpusQuery
[src]

Auto Trait Implementations

impl Send for CorpusQuery

impl Sync for CorpusQuery