Struct google_vault1::HeldHangoutsChatQuery[][src]

pub struct HeldHangoutsChatQuery {
    pub include_rooms: Option<bool>,
}

Query options for hangouts chat holds.

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

Fields

If true, include rooms the user has participated in.

Trait Implementations

impl Default for HeldHangoutsChatQuery
[src]

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

impl Clone for HeldHangoutsChatQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HeldHangoutsChatQuery
[src]

Formats the value using the given formatter. Read more

impl Part for HeldHangoutsChatQuery
[src]

Auto Trait Implementations