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

UpdateFormInfoRequest

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

Update Form's Info.

interface UpdateFormInfoRequest {
info?: Info;
updateMask?: string;
}

§Properties

§
info?: Info
[src]

The info to update.

§
updateMask?: string
[src]

Required. Only values named in this mask are changed. At least one field must be specified. The root info is implied and should not be specified. A single "*" can be used as short-hand for updating every field.