Struct google_people1::DomainMembership [] [src]

pub struct DomainMembership {
    pub in_viewer_domain: Option<bool>,
}

A Google Apps Domain membership.

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

Fields

True if the person is in the viewer's Google Apps domain.

Trait Implementations

impl Default for DomainMembership
[src]

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

impl Clone for DomainMembership
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DomainMembership
[src]

Formats the value using the given formatter.

impl Part for DomainMembership
[src]