Struct google_people1::UpdateContactGroupRequest[][src]

pub struct UpdateContactGroupRequest {
    pub contact_group: Option<ContactGroup>,
}

A request to update an existing user contact group. All updated fields will be replaced.

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 group to update.

Trait Implementations

impl Default for UpdateContactGroupRequest
[src]

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

impl Clone for UpdateContactGroupRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UpdateContactGroupRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for UpdateContactGroupRequest
[src]

Auto Trait Implementations