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

GooglePrivacyDlpV2ValueFrequency

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

A value of a field, including its frequency.

interface GooglePrivacyDlpV2ValueFrequency {
count?: bigint;
}

§Properties

§
count?: bigint
[src]

How many times the value is contained in the field.

§

A value contained in the field in question.