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

EnterpriseTopazSidekickCommonDocument

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

Representation of a document. NEXT_TAG: 15

interface EnterpriseTopazSidekickCommonDocument {
accessType?: "UNKNOWN_ACCESS" | "ALLOWED" | "NOT_ALLOWED";
documentId?: string;
genericUrl?: string;
mimeType?: string;
provenance?:
| "UNKNOWN_PROVENANCE"
| "CALENDAR_DESCRIPTION"
| "CALENDAR_ATTACHMENT"
| "MINED"
| "CALENDAR_ASSIST_ATTACHMENT";
reason?:
| "UNKNOWN"
| "TRENDING_IN_COLLABORATORS"
| "TRENDING_IN_DOMAIN"
| "FREQUENTLY_VIEWED"
| "FREQUENTLY_EDITED"
| "NEW_UPDATES"
| "NEW_COMMENTS"
| "EVENT_DESCRIPTION"
| "EVENT_ATTACHMENT"
| "EVENT_METADATA_ATTACHMENT"
| "MINED_DOCUMENT"
| "NEW_MENTIONS"
| "NEW_SHARES";
snippet?: string;
thumbnailUrl?: string;
title?: string;
type?:
| "UNKNOWN"
| "DOCUMENT"
| "PRESENTATION"
| "SPREADSHEET"
| "PDF"
| "IMAGE"
| "BINARY_BLOB"
| "FUSION_TABLE"
| "FOLDER"
| "DRAWING"
| "VIDEO"
| "FORM"
| "LINK_URL"
| "LINK_GO"
| "LINK_GOO_GL"
| "LINK_BIT_LY"
| "LINK_GMAIL"
| "LINK_MAILTO"
| "VIDEO_YOUTUBE"
| "VIDEO_LIVE"
| "GROUPS"
| "NEWS"
| "SITES"
| "HANGOUT"
| "AUDIO"
| "MS_WORD"
| "MS_POWERPOINT"
| "MS_EXCEL"
| "MS_OUTLOOK";
url?: string;
}

§Properties

§
accessType?: "UNKNOWN_ACCESS" | "ALLOWED" | "NOT_ALLOWED"
[src]

Access type, i.e., whether the user has access to the document or not.

§

Information for debugging.

§
documentId?: string
[src]

Document id.

§

Drive document metadata.

§
genericUrl?: string
[src]

Generic Drive-based url in the format of drive.google.com/open to be used for deeplink

§

Justification on why the document is selected.

§
mimeType?: string
[src]

MIME type

§
provenance?: "UNKNOWN_PROVENANCE" | "CALENDAR_DESCRIPTION" | "CALENDAR_ATTACHMENT" | "MINED" | "CALENDAR_ASSIST_ATTACHMENT"
[src]

Document provenance.

§
reason?: "UNKNOWN" | "TRENDING_IN_COLLABORATORS" | "TRENDING_IN_DOMAIN" | "FREQUENTLY_VIEWED" | "FREQUENTLY_EDITED" | "NEW_UPDATES" | "NEW_COMMENTS" | "EVENT_DESCRIPTION" | "EVENT_ATTACHMENT" | "EVENT_METADATA_ATTACHMENT" | "MINED_DOCUMENT" | "NEW_MENTIONS" | "NEW_SHARES"
[src]

Justification of why this document is being returned.

§
snippet?: string
[src]

A sampling of the text from the document.

§
thumbnailUrl?: string
[src]

Thumbnail URL.

§
title?: string
[src]

Title of the document.

§
type?: "UNKNOWN" | "DOCUMENT" | "PRESENTATION" | "SPREADSHEET" | "PDF" | "IMAGE" | "BINARY_BLOB" | "FUSION_TABLE" | "FOLDER" | "DRAWING" | "VIDEO" | "FORM" | "LINK_URL" | "LINK_GO" | "LINK_GOO_GL" | "LINK_BIT_LY" | "LINK_GMAIL" | "LINK_MAILTO" | "VIDEO_YOUTUBE" | "VIDEO_LIVE" | "GROUPS" | "NEWS" | "SITES" | "HANGOUT" | "AUDIO" | "MS_WORD" | "MS_POWERPOINT" | "MS_EXCEL" | "MS_OUTLOOK"
[src]

Type of the document.

§
url?: string
[src]

Absolute URL of the document.