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

A Google contact group membership.

Attributes

  • contactGroupId (type: String.t, default: nil) - Output only. The 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.ContactGroupMembership{
  contactGroupId: String.t() | nil,
  contactGroupResourceName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.