BatchDeleteContactsRequest
import type { BatchDeleteContactsRequest } from "https://googleapis.deno.dev/v1/people:v1.ts";A request to delete a batch of existing contacts.
interface BatchDeleteContactsRequest  {
resourceNames?: string[];
}import type { BatchDeleteContactsRequest } from "https://googleapis.deno.dev/v1/people:v1.ts";A request to delete a batch of existing contacts.