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

Nickname

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

A person's nickname.

interface Nickname {
metadata?: FieldMetadata;
type?:
| "DEFAULT"
| "MAIDEN_NAME"
| "INITIALS"
| "GPLUS"
| "OTHER_NAME"
| "ALTERNATE_NAME"
| "SHORT_NAME";
value?: string;
}

§Properties

§

Metadata about the nickname.

§
type?: "DEFAULT" | "MAIDEN_NAME" | "INITIALS" | "GPLUS" | "OTHER_NAME" | "ALTERNATE_NAME" | "SHORT_NAME"
[src]

The type of the nickname.

§
value?: string
[src]

The nickname.