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

Request

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

The kinds of update requests that can be made.

interface Request {
createItem?: CreateItemRequest;
deleteItem?: DeleteItemRequest;
moveItem?: MoveItemRequest;
updateFormInfo?: UpdateFormInfoRequest;
updateItem?: UpdateItemRequest;
updateSettings?: UpdateSettingsRequest;
}

§Properties

§

Create a new item.

§

Delete an item.

§

Move an item to a specified location.

§

Update Form's Info.

§

Update an item.

§

Updates the Form's settings.