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

GooglePrivacyDlpV2KAnonymityResult

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

Result of the k-anonymity computation.

interface GooglePrivacyDlpV2KAnonymityResult {
equivalenceClassHistogramBuckets?: GooglePrivacyDlpV2KAnonymityHistogramBucket[];
}

§Properties

§
equivalenceClassHistogramBuckets?: GooglePrivacyDlpV2KAnonymityHistogramBucket[]
[src]

Histogram of k-anonymity equivalence classes.