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

EnterpriseTopazSidekickPerson

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

Person.

interface EnterpriseTopazSidekickPerson {
affinityLevel?:
| "UNKNOWN"
| "LOW"
| "MEDIUM"
| "HIGH";
attendingStatus?:
| "AWAITING"
| "YES"
| "NO"
| "MAYBE";
email?: string;
gaiaId?: bigint;
isGroup?: boolean;
name?: string;
obfuscatedGaiaId?: string;
photoUrl?: string;
}

§Properties

§
affinityLevel?: "UNKNOWN" | "LOW" | "MEDIUM" | "HIGH"
[src]

The level of affinity this person has with the requesting user.

§
attendingStatus?: "AWAITING" | "YES" | "NO" | "MAYBE"
[src]

Attendance status of the person when included in a meeting event.

§
email?: string
[src]

Email.

§
gaiaId?: bigint
[src]

Gaia id.

§
isGroup?: boolean
[src]

Whether the invitee is a group.

§
name?: string
[src]

Name.

§
obfuscatedGaiaId?: string
[src]

Obfuscated Gaia id.

§
photoUrl?: string
[src]

Absolute URL to the profile photo of the person.