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

GooglePrivacyDlpV2OtherInfoTypeSummary

import type { GooglePrivacyDlpV2OtherInfoTypeSummary } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Infotype details for other infoTypes found within a column.

interface GooglePrivacyDlpV2OtherInfoTypeSummary {
estimatedPrevalence?: number;
excludedFromAnalysis?: boolean;
}

§Properties

§
estimatedPrevalence?: number
[src]

Approximate percentage of non-null rows that contained data detected by this infotype.

§
excludedFromAnalysis?: boolean
[src]

Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).

§

The other infoType.