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

MiscKeyword

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

A person's miscellaneous keyword.

interface MiscKeyword {
readonly formattedType?: string;
metadata?: FieldMetadata;
type?:
| "TYPE_UNSPECIFIED"
| "OUTLOOK_BILLING_INFORMATION"
| "OUTLOOK_DIRECTORY_SERVER"
| "OUTLOOK_KEYWORD"
| "OUTLOOK_MILEAGE"
| "OUTLOOK_PRIORITY"
| "OUTLOOK_SENSITIVITY"
| "OUTLOOK_SUBJECT"
| "OUTLOOK_USER"
| "HOME"
| "WORK"
| "OTHER";
value?: string;
}

§Properties

§
readonly formattedType?: string
[src]

Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the Accept-Language HTTP header locale.

§

Metadata about the miscellaneous keyword.

§
type?: "TYPE_UNSPECIFIED" | "OUTLOOK_BILLING_INFORMATION" | "OUTLOOK_DIRECTORY_SERVER" | "OUTLOOK_KEYWORD" | "OUTLOOK_MILEAGE" | "OUTLOOK_PRIORITY" | "OUTLOOK_SENSITIVITY" | "OUTLOOK_SUBJECT" | "OUTLOOK_USER" | "HOME" | "WORK" | "OTHER"
[src]

The miscellaneous keyword type.

§
value?: string
[src]

The value of the miscellaneous keyword.