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

EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry

import type { EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry {
category?:
| "UNKNOWN_DOCUMENT"
| "ACTIONABLE"
| "VIEWED"
| "REPLIED"
| "MENTION_VIEWED"
| "MENTION_REPLIED"
| "MENTION_NOT_VIEWED"
| "SHARED_AND_VIEWED"
| "SHARED_NOT_VIEWED"
| "EDITED";
rationale?: string;
}

§Properties

§
category?: "UNKNOWN_DOCUMENT" | "ACTIONABLE" | "VIEWED" | "REPLIED" | "MENTION_VIEWED" | "MENTION_REPLIED" | "MENTION_NOT_VIEWED" | "SHARED_AND_VIEWED" | "SHARED_NOT_VIEWED" | "EDITED"
[src]
§
rationale?: string
[src]

Reason this document was selected.