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

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

§
description?: string
[src]

The description of the form.

§
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.

§
title?: string
[src]

Required. The title of the form which is visible to responders.