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

ContactGroupsGetOptions

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

Additional options for People#contactGroupsGet.

interface ContactGroupsGetOptions {
groupFields?: string;
maxMembers?: number;
}

§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

§
maxMembers?: number
[src]

Optional. Specifies the maximum number of members to return. Defaults to 0 if not set, which will return zero members.