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

BatchCreateContactsResponse

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

If not successful, returns BatchCreateContactsErrorDetails which contains a list of errors for each invalid contact. The response to a request to create a batch of contacts.

interface BatchCreateContactsResponse {
createdPeople?: PersonResponse[];
}

§Properties

§
createdPeople?: PersonResponse[]
[src]

The contacts that were created, unless the request read_mask is empty.