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

Form

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

Google Forms item.

interface Form {
formUrl?: string;
responseUrl?: string;
thumbnailUrl?: string;
title?: string;
}

§Properties

§
formUrl?: string
[src]

URL of the form.

§
responseUrl?: string
[src]

URL of the form responses document. Only set if responses have been recorded and only when the requesting user is an editor of the form. Read-only.

§
thumbnailUrl?: string
[src]

URL of a thumbnail image of the Form. Read-only.

§
title?: string
[src]

Title of the Form. Read-only.