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

EnterpriseTopazSidekickDocumentPerCategoryList

import type { EnterpriseTopazSidekickDocumentPerCategoryList } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface EnterpriseTopazSidekickDocumentPerCategoryList {
helpMessage?: string;
listType?:
| "UNKNOWN_LIST_TYPE"
| "MENTIONS"
| "SHARES"
| "NEEDS_ATTENTION"
| "VIEWS"
| "EDITS";
listTypeDescription?: string;
responseMessage?: string;
}

§Properties

§
helpMessage?: string
[src]

Localized message explaining how the documents were derived (e.g. from the last 30 days activity). This field is optional.

§
listType?: "UNKNOWN_LIST_TYPE" | "MENTIONS" | "SHARES" | "NEEDS_ATTENTION" | "VIEWS" | "EDITS"
[src]
§
listTypeDescription?: string
[src]

Description of the types of documents present in the list.

§
responseMessage?: string
[src]

Response message in case no documents are present in the card.