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

AggregateIssueStatsResponse

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

The response message containing one of more group of relevant health issues for database resources.

interface AggregateIssueStatsResponse {
issueGroupStats?: IssueGroupStats[];
totalResourceGroupsCount?: number;
totalResourcesCount?: number;
unreachable?: string[];
}

§Properties

§
issueGroupStats?: IssueGroupStats[]
[src]

List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.

§
totalResourceGroupsCount?: number
[src]

Total count of the resource filtered in based on the user given filter.

§
totalResourcesCount?: number
[src]

Total count of the resources filtered in based on the user given filter.

§
unreachable?: string[]
[src]

Unordered list. List of unreachable regions from where data could not be retrieved.