google_api_people v0.4.1 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 ([String.t]): The resource names of the contact people to add in the form of in the form `people/`<var>person_id</var>. Defaults to: null.
  • resourceNamesToRemove ([String.t]): The resource names of the contact people to remove in the form of in the form of `people/`<var>person_id</var>. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.