View Source GoogleApi.People.V1.Model.ModifyContactGroupMembersRequest (google_api_people v0.41.0)

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}. The total number of resource names in resource_names_to_add and resource_names_to_remove must be less than or equal to 1000.
  • resourceNamesToRemove (type: list(String.t), default: nil) - Optional. The resource names of the contact people to remove in the form of people/{person_id}. The total number of resource names in resource_names_to_add and resource_names_to_remove must be less than or equal to 1000.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.