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

DocumentsBatchGetOptions

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

Additional options for DeveloperKnowledge#documentsBatchGet.

interface DocumentsBatchGetOptions {
names?: string;
view?:
| "DOCUMENT_VIEW_UNSPECIFIED"
| "DOCUMENT_VIEW_BASIC"
| "DOCUMENT_VIEW_FULL"
| "DOCUMENT_VIEW_CONTENT";
}

§Properties

§
names?: string
[src]

Required. Specifies the names of the documents to retrieve. A maximum of 20 documents can be retrieved in a batch. The documents are returned in the same order as the names in the request. Format: documents/{uri_without_scheme} Example: documents/docs.cloud.google.com/storage/docs/creating-buckets

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

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