google_api_people v0.24.0 GoogleApi.People.V1.Model.ModifyContactGroupMembersRequest View Source

A request to modify an existing contact group's members. Contacts can be removed from any group but they can only be added to a user group or "myContacts" or "starred" system groups.

Attributes

  • resourceNamesToAdd (type: list(String.t), default: nil) - Optional. The resource names of the contact people to add in the form of people/{person_id}.
  • resourceNamesToRemove (type: list(String.t), default: nil) - Optional. The resource names of the contact people to remove in the form of people/{person_id}.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.People.V1.Model.ModifyContactGroupMembersRequest{
  resourceNamesToAdd: [String.t()],
  resourceNamesToRemove: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.