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

BatchGetDocumentsResponse

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

Response message for DeveloperKnowledge.BatchGetDocuments.

interface BatchGetDocumentsResponse {
documents?: Document[];
}

§Properties

§
documents?: Document[]
[src]

Contains the documents requested.