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

GooglePrivacyDlpV2KMapEstimationQuasiIdValues

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

A tuple of values for the quasi-identifier columns.

interface GooglePrivacyDlpV2KMapEstimationQuasiIdValues {
estimatedAnonymity?: bigint;
quasiIdsValues?: GooglePrivacyDlpV2Value[];
}

§Properties

§
estimatedAnonymity?: bigint
[src]

The estimated anonymity for these quasi-identifier values.

§
quasiIdsValues?: GooglePrivacyDlpV2Value[]
[src]

The quasi-identifier values.