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

Gender

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

A person's gender.

interface Gender {
addressMeAs?: string;
readonly formattedValue?: string;
metadata?: FieldMetadata;
value?: string;
}

§Properties

§
addressMeAs?: string
[src]

Free form text field for pronouns that should be used to address the person. Common values are: * he/him * she/her * they/them

§
readonly formattedValue?: string
[src]

Output only. The value of the gender translated and formatted in the viewer's account locale or the Accept-Language HTTP header locale. Unspecified or custom value are not localized.

§

Metadata about the gender.

§
value?: string
[src]

The gender for the person. The gender can be custom or one of these predefined values: * male * female * unspecified