Struct google_people1::BatchGetContactGroupsResponse[][src]

pub struct BatchGetContactGroupsResponse {
    pub responses: Option<Vec<ContactGroupResponse>>,
}

The response to a batch get contact groups 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 list of responses for each requested contact group resource.

Trait Implementations

impl Default for BatchGetContactGroupsResponse
[src]

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

impl Clone for BatchGetContactGroupsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BatchGetContactGroupsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for BatchGetContactGroupsResponse
[src]

Auto Trait Implementations