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

CreateItemResponse

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

The result of creating an item.

interface CreateItemResponse {
itemId?: string;
questionId?: string[];
}

§Properties

§
itemId?: string
[src]

The ID of the created item.

§
questionId?: string[]
[src]

The ID of the question created as part of this item, for a question group it lists IDs of all the questions created for this item.