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

SignalGroup

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

A group of signals and their counts.

interface SignalGroup {
displayName?: string;
issueCount?: number;
signals?: Signal[];
}

§Properties

§
displayName?: string
[src]

Title of a signal group corresponding to the request.

§
issueCount?: number
[src]

When applied to a DatabaseResource represents count of issues associated with the resource. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.

§
signals?: Signal[]
[src]

List of signals present in the group and associated with the resource. Only applies to a DatabaseResource.