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;
}