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

ContactGroupsBatchGetOptions

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

Additional options for People#contactGroupsBatchGet.

interface ContactGroupsBatchGetOptions {
groupFields?: string;
maxMembers?: number;
resourceNames?: 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

§
maxMembers?: number
[src]

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

§
resourceNames?: string
[src]

Required. The resource names of the contact groups to get. There is a maximum of 200 resource names.