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

GoogleCloudApihubV1SummaryEntry

import type { GoogleCloudApihubV1SummaryEntry } from "https://googleapis.deno.dev/v1/apihub:v1.ts";

Count of issues with a given severity.

interface GoogleCloudApihubV1SummaryEntry {
count?: number;
severity?:
| "SEVERITY_UNSPECIFIED"
| "SEVERITY_ERROR"
| "SEVERITY_WARNING"
| "SEVERITY_INFO"
| "SEVERITY_HINT";
}

§Properties

§
count?: number
[src]

Required. Count of issues with the given severity.

§
severity?: "SEVERITY_UNSPECIFIED" | "SEVERITY_ERROR" | "SEVERITY_WARNING" | "SEVERITY_INFO" | "SEVERITY_HINT"
[src]

Required. Severity of the issue.