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.