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

Name

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

A person's name.

interface Name {
displayName?: string;
}

§Properties

§
displayName?: string
[src]

The read-only display name formatted according to the locale specified by the viewer's account or the Accept-Language HTTP header.