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/file:v1.ts";

Additional options for file#projectsLocationsInstancesCreate.

interface ProjectsLocationsInstancesCreateOptions {
instanceId?: string;
}

§Properties

§
instanceId?: string
[src]

Required. The name of the instance to create. The name must be unique for the specified project and location.