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

ContactGroupsListOptions

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

Additional options for People#contactGroupsList.

interface ContactGroupsListOptions {
groupFields?: string;
pageSize?: number;
pageToken?: string;
syncToken?: string;
}

§Properties

§
groupFields?: string
[src]

Optional. A field mask to restrict which fields on the group are returned. Defaults to metadata, groupType, memberCount, and name if not set or set to empty. Valid fields are: * clientData * groupType * memberCount * metadata * name

§
pageSize?: number
[src]

Optional. The maximum number of resources to return. Valid values are between 1 and 1000, inclusive. Defaults to 30 if not set or set to 0.

§
pageToken?: string
[src]

Optional. The next_page_token value returned from a previous call to ListContactGroups. Requests the next page of resources.

§
syncToken?: string
[src]

Optional. A sync token, returned by a previous call to contactgroups.list. Only resources changed since the sync token was created will be returned.