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

GooglePrivacyDlpV2LDiversityResult

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

Result of the l-diversity computation.

interface GooglePrivacyDlpV2LDiversityResult {
sensitiveValueFrequencyHistogramBuckets?: GooglePrivacyDlpV2LDiversityHistogramBucket[];
}

§Properties

§
sensitiveValueFrequencyHistogramBuckets?: GooglePrivacyDlpV2LDiversityHistogramBucket[]
[src]

Histogram of l-diversity equivalence class sensitive value frequencies.