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

ContactGroup

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

A contact group.

interface ContactGroup {
clientData?: GroupClientData[];
etag?: string;
readonly formattedName?: string;
readonly groupType?: "GROUP_TYPE_UNSPECIFIED" | "USER_CONTACT_GROUP" | "SYSTEM_CONTACT_GROUP";
readonly memberCount?: number;
readonly memberResourceNames?: string[];
readonly metadata?: ContactGroupMetadata;
name?: string;
resourceName?: string;
}

§Properties

§
clientData?: GroupClientData[]
[src]

The group's client data.

§
etag?: string
[src]

The HTTP entity tag of the resource. Used for web cache validation.

§
readonly formattedName?: string
[src]

Output only. The name translated and formatted in the viewer's account locale or the Accept-Language HTTP header locale for system groups names. Group names set by the owner are the same as name.

§
readonly groupType?: "GROUP_TYPE_UNSPECIFIED" | "USER_CONTACT_GROUP" | "SYSTEM_CONTACT_GROUP"
[src]

Output only. The contact group type.

§
readonly memberCount?: number
[src]

Output only. The total number of contacts in the group irrespective of max members in specified in the request.

§
readonly memberResourceNames?: string[]
[src]

Output only. The list of contact person resource names that are members of the contact group. The field is only populated for GET requests and will only return as many members as maxMembers in the get request.

§
readonly metadata?: ContactGroupMetadata
[src]

Output only. Metadata about the contact group.

§
name?: string
[src]

The contact group name set by the group owner or a system provided name for system groups. For contactGroups.create or contactGroups.update the name must be unique to the users contact groups. Attempting to create a group with a duplicate name will return a HTTP 409 error.

§
resourceName?: string
[src]

The resource name for the contact group, assigned by the server. An ASCII string, in the form of contactGroups/{contact_group_id}.