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

Organization

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

A person's past or current organization. Overlapping date ranges are permitted.

interface Organization {
costCenter?: string;
current?: boolean;
department?: string;
domain?: string;
endDate?: Date;
readonly formattedType?: string;
fullTimeEquivalentMillipercent?: number;
jobDescription?: string;
location?: string;
metadata?: FieldMetadata;
name?: string;
phoneticName?: string;
startDate?: Date;
symbol?: string;
title?: string;
type?: string;
}

§Properties

§
costCenter?: string
[src]

The person's cost center at the organization.

§
current?: boolean
[src]

True if the organization is the person's current organization; false if the organization is a past organization.

§
department?: string
[src]

The person's department at the organization.

§
domain?: string
[src]

The domain name associated with the organization; for example, google.com.

§
endDate?: Date
[src]

The end date when the person left the organization.

§
readonly formattedType?: string
[src]

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

§
fullTimeEquivalentMillipercent?: number
[src]

The person's full-time equivalent millipercent within the organization (100000 = 100%).

§
jobDescription?: string
[src]

The person's job description at the organization.

§
location?: string
[src]

The location of the organization office the person works at.

§

Metadata about the organization.

§
name?: string
[src]

The name of the organization.

§
phoneticName?: string
[src]

The phonetic name of the organization.

§
startDate?: Date
[src]

The start date when the person joined the organization.

§
symbol?: string
[src]

The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.

§
title?: string
[src]

The person's job title at the organization.

§
type?: string
[src]

The type of the organization. The type can be custom or one of these predefined values: * work * school