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

BatchUpdateDocumentResponse

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

Response message from a BatchUpdateDocument request.

interface BatchUpdateDocumentResponse {
documentId?: string;
replies?: Response[];
writeControl?: WriteControl;
}

§Properties

§
documentId?: string
[src]

The ID of the document to which the updates were applied to.

§
replies?: Response[]
[src]

The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty.

§
writeControl?: WriteControl
[src]

The updated write control after applying the request.