Struct google_people1::ContactGroupResponse[][src]

pub struct ContactGroupResponse {
    pub requested_resource_name: Option<String>,
    pub contact_group: Option<ContactGroup>,
    pub status: Option<Status>,
}

The response for a specific contact group.

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

Fields

The original requested resource name.

The contact group.

The status of the response.

Trait Implementations

impl Default for ContactGroupResponse
[src]

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

impl Clone for ContactGroupResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContactGroupResponse
[src]

Formats the value using the given formatter. Read more

impl Part for ContactGroupResponse
[src]

Auto Trait Implementations