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

ModifyContactGroupMembersResponse

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

The response to a modify contact group members request.

interface ModifyContactGroupMembersResponse {
canNotRemoveLastContactGroupResourceNames?: string[];
notFoundResourceNames?: string[];
}

§Properties

§
canNotRemoveLastContactGroupResourceNames?: string[]
[src]

The contact people resource names that cannot be removed from their last contact group.

§
notFoundResourceNames?: string[]
[src]

The contact people resource names that were not found.