Info
import type { Info } from "https://googleapis.deno.dev/v1/forms:v1.ts";
The general information for a form.
interface Info {
description?: string;
readonly documentTitle?: string;
title?: string;
}§Properties
§
readonly documentTitle?: string
[src]Output only. The title of the document which is visible in Drive. If
Info.title is empty, document_title
may appear in its place in the Google
Forms UI and be visible to responders. document_title
can be set on
create, but cannot be modified by a batchUpdate request. Please use the
Google Drive
API if
you need to programmatically update document_title
.