WarningInfo
import type { WarningInfo } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";Warning counts for each type of warning.
interface WarningInfo {
warningCounts?: WarningCount[];
}§Properties
§
warningCounts?: WarningCount[]
[src]A list of warnings and counts per warning reason.