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

DatabaseResourceGroup

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

DatabaseResourceGroup represents all resources that serve a common data set. It is considered notionally as a single entity, powered by any number of units of compute and storage.

interface DatabaseResourceGroup {
rootResources?: DatabaseResource[];
signalGroups?: IssueCount[];
}

§Properties

§
rootResources?: DatabaseResource[]
[src]

A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.

§
signalGroups?: IssueCount[]
[src]

The filtered signal groups and the count of issues associated with the resources that have been filtered in.