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

Person

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

Object to represent a person.

interface Person {
emailAddresses?: EmailAddress[];
name?: string;
obfuscatedId?: string;
personNames?: Name[];
phoneNumbers?: PhoneNumber[];
photos?: Photo[];
}

§Properties

§
emailAddresses?: EmailAddress[]
[src]

The person's email addresses

§
name?: string
[src]

The resource name of the person to provide information about. See People.get from the Google People API.

§
obfuscatedId?: string
[src]

Obfuscated ID of a person.

§
personNames?: Name[]
[src]

The person's name

§
phoneNumbers?: PhoneNumber[]
[src]

The person's phone numbers

§
photos?: Photo[]
[src]

A person's read-only photo. A picture shown next to the person's name to help others recognize the person in search results.