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

DocumentsGetOptions

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

Additional options for DeveloperKnowledge#documentsGet.

interface DocumentsGetOptions {
view?:
| "DOCUMENT_VIEW_UNSPECIFIED"
| "DOCUMENT_VIEW_BASIC"
| "DOCUMENT_VIEW_FULL"
| "DOCUMENT_VIEW_CONTENT";
}

§Properties

§
view?: "DOCUMENT_VIEW_UNSPECIFIED" | "DOCUMENT_VIEW_BASIC" | "DOCUMENT_VIEW_FULL" | "DOCUMENT_VIEW_CONTENT"
[src]

Optional. Specifies the DocumentView of the document. If unspecified, DeveloperKnowledge.GetDocument defaults to DOCUMENT_VIEW_CONTENT.