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

ResourceId

import type { ResourceId } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

ResourceId contains the identifier for a database resource, including the full resource name, resource type, and product.

interface ResourceId {
fullResourceName?: string;
product?: Product;
resourceType?: string;
}

§Properties

§
fullResourceName?: string
[src]

The full resource name of the resource.

§
product?: Product
[src]

The product of the resource, including the type, engine, and version.

§
resourceType?: string
[src]

The type of the resource. sqladmin.googleapis.com/Instance alloydb.googleapis.com/Cluster alloydb.googleapis.com/Instance