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

PersonResponse

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

The response for a single person

interface PersonResponse {
httpStatusCode?: number;
person?: Person;
requestedResourceName?: string;
status?: Status;
}

§Properties

§
httpStatusCode?: number
[src]

DEPRECATED (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).

§
person?: Person
[src]

The person.

§
requestedResourceName?: string
[src]

The original requested resource name. May be different than the resource name on the returned person. The resource name can change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or a profile URL.

§
status?: Status
[src]

The status of the response.