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

BatchUpdateFormResponse

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

Response to a BatchUpdateFormRequest.

interface BatchUpdateFormResponse {
form?: Form;
replies?: Response[];
writeControl?: WriteControl;
}

§Properties

§
form?: Form
[src]

Based on the bool request field include_form_in_response, a form with all applied mutations/updates is returned or not. This may be later than the revision ID created by these changes.

§
replies?: Response[]
[src]

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

§
writeControl?: WriteControl
[src]

The updated write control after applying the request.