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/firebasedatabase:v1beta.ts";

Additional options for FirebaseDatabase#projectsLocationsInstancesCreate.

interface ProjectsLocationsInstancesCreateOptions {
databaseId?: string;
validateOnly?: boolean;
}

§Properties

§
databaseId?: string
[src]

The globally unique identifier of the database instance.

§
validateOnly?: boolean
[src]

When set to true, the request will be validated but not submitted.