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

BatchUpdateFormRequest

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

A batch of updates to perform on a form. All the specified updates are made or none of them are.

interface BatchUpdateFormRequest {
includeFormInResponse?: boolean;
requests?: Request[];
writeControl?: WriteControl;
}

§Properties

§
includeFormInResponse?: boolean
[src]

Whether to return an updated version of the model in the response.

§
requests?: Request[]
[src]

Required. The update requests of this batch.

§
writeControl?: WriteControl
[src]

Provides control over how write requests are executed.