google_api_people v0.6.0 GoogleApi.People.V1.Model.ContactGroupMembership View Source

A Google contact group membership.

Attributes

  • contactGroupId (String.t): The read-only contact group ID for the contact group membership. Defaults to: null.
  • contactGroupResourceName (String.t): The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/`<var>contact_group_id</var>. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 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.ContactGroupMembership{
  contactGroupId: any(),
  contactGroupResourceName: 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.