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

UpdateSettingsRequest

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

Update Form's FormSettings.

interface UpdateSettingsRequest {
settings?: FormSettings;
updateMask?: string;
}

§Properties

§

Required. The settings to update with.

§
updateMask?: string
[src]

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