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

Location

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

A person's location.

interface Location {
buildingId?: string;
current?: boolean;
deskCode?: string;
floor?: string;
floorSection?: string;
metadata?: FieldMetadata;
type?: string;
value?: string;
}

§Properties

§
buildingId?: string
[src]

The building identifier.

§
current?: boolean
[src]

Whether the location is the current location.

§
deskCode?: string
[src]

The individual desk location.

§
floor?: string
[src]

The floor name or number.

§
floorSection?: string
[src]

The floor section in floor_name.

§

Metadata about the location.

§
type?: string
[src]

The type of the location. The type can be custom or one of these predefined values: * desk * grewUp

§
value?: string
[src]

The free-form value of the location.