Struct google_people1::ContactGroupMetadata[][src]

pub struct ContactGroupMetadata {
    pub deleted: Option<bool>,
    pub update_time: Option<String>,
}

The read-only metadata about a contact group.

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

Fields

True if the contact group resource has been deleted. Populated only for ListContactGroups requests that include a sync token.

The time the group was last updated.

Trait Implementations

impl Default for ContactGroupMetadata
[src]

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

impl Clone for ContactGroupMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContactGroupMetadata
[src]

Formats the value using the given formatter. Read more

impl Part for ContactGroupMetadata
[src]

Auto Trait Implementations