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

PersonMetadata

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

The metadata about a person.

interface PersonMetadata {
readonly deleted?: boolean;
readonly linkedPeopleResourceNames?: string[];
readonly objectType?: "OBJECT_TYPE_UNSPECIFIED" | "PERSON" | "PAGE";
readonly previousResourceNames?: string[];
sources?: Source[];
}

§Properties

§
readonly deleted?: boolean
[src]

Output only. True if the person resource has been deleted. Populated only for people.connections.list and otherContacts.list sync requests.

§
readonly linkedPeopleResourceNames?: string[]
[src]

Output only. Resource names of people linked to this resource.

§
readonly objectType?: "OBJECT_TYPE_UNSPECIFIED" | "PERSON" | "PAGE"
[src]

Output only. DEPRECATED (Please use person.metadata.sources.profileMetadata.objectType instead) The type of the person object.

§
readonly previousResourceNames?: string[]
[src]

Output only. Any former resource names this person has had. Populated only for people.connections.list requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.

§
sources?: Source[]
[src]

The sources of data for the person.