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?: FieldMetadata
[src]Metadata about the miscellaneous keyword.