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

A Google contact group membership.

Attributes

  • contactGroupId (type: String.t, default: nil) - The read-only contact group ID for the contact group membership.
  • contactGroupResourceName (type: String.t, default: nil) - The resource name for the contact group, assigned by the server. An ASCII string, in the form of contactGroups/contact_group_id. 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.

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: String.t(),
  contactGroupResourceName: String.t()
}

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.