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

ResourceDetails

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

Capture the resource details for resources that are included in the delta counts.

interface ResourceDetails {
container?: string;
fullResourceName?: string;
location?: string;
product?: Product;
}

§Properties

§
container?: string
[src]

Specifies where the resource is created. For Google Cloud resources, it is the full name of the project.

§
fullResourceName?: string
[src]

Full resource name of the resource.

§
location?: string
[src]

Location of the resource.

§
product?: Product
[src]

Product type of the resource.