Struct google_people1::ModifyContactGroupMembersResponse[][src]

pub struct ModifyContactGroupMembersResponse {
    pub not_found_resource_names: Option<Vec<String>>,
}

The response to a modify contact group members request.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The contact people resource names that were not found.

Trait Implementations

impl Default for ModifyContactGroupMembersResponse
[src]

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

impl Clone for ModifyContactGroupMembersResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ModifyContactGroupMembersResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ModifyContactGroupMembersResponse
[src]

Auto Trait Implementations