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

ProjectsLocationsInstancesCreateOptions

import type { ProjectsLocationsInstancesCreateOptions } from "https://googleapis.deno.dev/v1/notebooks:v2.ts";

Additional options for Notebooks#projectsLocationsInstancesCreate.

interface ProjectsLocationsInstancesCreateOptions {
instanceId?: string;
requestId?: string;
}

§Properties

§
instanceId?: string
[src]

Required. User-defined unique ID of this instance.

§
requestId?: string
[src]

Optional. Idempotent request UUID.