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

InstanceReference

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

Reference to another Cloud SQL instance.

interface InstanceReference {
name?: string;
project?: string;
region?: string;
}

§Properties

§
name?: string
[src]

The name of the Cloud SQL instance being referenced. This does not include the project ID.

§
project?: string
[src]

The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it.

§
region?: string
[src]

The region of the Cloud SQL instance being referenced.