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

BatchUpdateContactsResponse

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

If not successful, returns BatchUpdateContactsErrorDetails, a list of errors corresponding to each contact. The response to a request to update a batch of contacts.

interface BatchUpdateContactsResponse {
updateResult?: {
[key: string]: PersonResponse;
}
;
}

§Properties

§
updateResult?: {
[key: string]: PersonResponse;
}
[src]

A map of resource names to the contacts that were updated, unless the request read_mask is empty.