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

CreateContactGroupRequest

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

A request to create a new contact group.

interface CreateContactGroupRequest {
contactGroup?: ContactGroup;
readGroupFields?: string;
}

§Properties

§
contactGroup?: ContactGroup
[src]

Required. The contact group to create.

§
readGroupFields?: string
[src]

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