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

IssueCount

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

Count of issues for a group of signals.

interface IssueCount {
displayName?: string;
issueCount?: number;
}

§Properties

§
displayName?: string
[src]

Title of a signal group corresponding to the request.

§
issueCount?: number
[src]

The count of the number of issues associated with those resources that are explicitly filtered in by the filters present in the request. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.