Struct google_people1::ContactGroupMembership[][src]

pub struct ContactGroupMembership {
    pub contact_group_id: Option<String>,
}

A Google contact group membership.

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

Fields

The contact group ID for the contact group membership. The contact group ID can be custom or one of these predefined values:

  • myContacts
  • starred
  • A numerical ID for user-created groups.

Trait Implementations

impl Default for ContactGroupMembership
[src]

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

impl Clone for ContactGroupMembership
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContactGroupMembership
[src]

Formats the value using the given formatter. Read more

impl Part for ContactGroupMembership
[src]

Auto Trait Implementations