Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContactGroupMembership

import type { ContactGroupMembership } from "https://googleapis.deno.dev/v1/people:v1.ts";

A Google contact group membership.

interface ContactGroupMembership {
readonly contactGroupId?: string;
contactGroupResourceName?: string;
}

§Properties

§
readonly contactGroupId?: string
[src]

Output only. The contact group ID for the contact group membership.

§
contactGroupResourceName?: string
[src]

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.