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

DeleteContactPhotoResponse

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

The response for deleting a contact's photo.

interface DeleteContactPhotoResponse {
person?: Person;
}

§Properties

§
person?: Person
[src]

The updated person, if person_fields is set in the DeleteContactPhotoRequest; otherwise this will be unset.