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

FindingTypeStats

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

A FindingTypeStats resource represents stats regarding a specific FindingType of Findings under a given ScanRun.

interface FindingTypeStats {
findingCount?: number;
findingType?: string;
}

§Properties

§
findingCount?: number
[src]

Output only. The count of findings belonging to this finding type.

§
findingType?: string
[src]

Output only. The finding type associated with the stats.