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";