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

GooglePrivacyDlpV2Bucket

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

Bucket is represented as a range, along with replacement values.

interface GooglePrivacyDlpV2Bucket {
replacementValue?: GooglePrivacyDlpV2Value;
}

§Properties

§

Upper bound of the range, exclusive; type must match min.

§

Lower bound of the range, inclusive. Type should be the same as max if used.

§
replacementValue?: GooglePrivacyDlpV2Value
[src]

Required. Replacement value for this bucket.