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

CreateWatchRequest

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

Create a new watch.

interface CreateWatchRequest {
watch?: Watch;
watchId?: string;
}

§Properties

§
watch?: Watch
[src]

Required. The watch object. No ID should be set on this object; use watch_id instead.

§
watchId?: string
[src]

The ID to use for the watch. If specified, the ID must not already be in use. If not specified, an ID is generated. This value should be 4-63 characters, and valid characters are /a-z-/.