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