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

EnterpriseTopazSidekickCommonPerson

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

Common representation of a person.

interface EnterpriseTopazSidekickCommonPerson {
cellPhone?: string;
department?: string;
deskLocation?: string;
deskPhone?: string;
displayName?: string;
email?: string;
familyName?: string;
fullAddress?: string;
gaiaId?: bigint;
givenName?: string;
jobTitle?: string;
obfuscatedId?: string;
photoUrl?: string;
streetAddress?: string;
}

§Properties

§
cellPhone?: string
[src]

Cell phone number.

§
department?: string
[src]

The department the person works in (e.g. Engineering).

§
deskLocation?: string
[src]

Desk location (e.g. US-MTV-PR55-5-5B1I).

§
deskPhone?: string
[src]

Work desk phone number.

§
displayName?: string
[src]

The full name.

§
email?: string
[src]

Email.

§
familyName?: string
[src]

The last name.

§
fullAddress?: string
[src]

The fully formatted address (e.g. 1255 Pear Avenue, Mountain View 94043, United States).

§
gaiaId?: bigint
[src]

This field is deprecated. The obfuscated_id should be used instead.

§
givenName?: string
[src]

The first name.

§
jobTitle?: string
[src]

The person's job title (e.g. Software Engineer).

§
obfuscatedId?: string
[src]

The obfuscated GAIA ID.

§
photoUrl?: string
[src]

The URL for the Focus profile picture.

§
streetAddress?: string
[src]

The street address (e.g. 1255 Pear Avenue).