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

EnterpriseTopazSidekickPeopleAnswerRelatedPeopleAnswerCard

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

An answer card for a list of people that are related to the subject of the query.

interface EnterpriseTopazSidekickPeopleAnswerRelatedPeopleAnswerCard {
relationType?:
| "UNKNOWN"
| "DIRECT_REPORTS"
| "MANAGER"
| "PEERS";
responseStatus?:
| "UNKNOWN"
| "SUCCESS"
| "MISSING_PERSON"
| "MISSING_DATA";
statusMessage?: string;
}

§Properties

§

Disambiguation information.

§

A list of people that are related to the query subject.

§
relationType?: "UNKNOWN" | "DIRECT_REPORTS" | "MANAGER" | "PEERS"
[src]

Defines the type of relation the list of people have with the subject of the card.

§
responseStatus?: "UNKNOWN" | "SUCCESS" | "MISSING_PERSON" | "MISSING_DATA"
[src]

The response status.

§
statusMessage?: string
[src]

Localized user friendly message to display to the user in the case of missing data or an error.

§

The profile of the person that was the subject of the query.