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

UpdateContactGroupRequest

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

A request to update an existing user contact group. All updated fields will be replaced.

interface UpdateContactGroupRequest {
contactGroup?: ContactGroup;
readGroupFields?: string;
updateGroupFields?: string;
}

§Properties

§
contactGroup?: ContactGroup
[src]

Required. The contact group to update.

§
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 * memberCount * metadata * name

§
updateGroupFields?: string
[src]

Optional. A field mask to restrict which fields on the group are updated. Multiple fields can be specified by separating them with commas. Defaults to name if not set or set to empty. Updated fields are replaced. Valid values are: * clientData * name