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

GooglePrivacyDlpV2RecordTransformations

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

A type of transformation that is applied over structured data such as a table.

interface GooglePrivacyDlpV2RecordTransformations {
fieldTransformations?: GooglePrivacyDlpV2FieldTransformation[];
recordSuppressions?: GooglePrivacyDlpV2RecordSuppression[];
}

§Properties

§

Transform the record by applying various field transformations.

§

Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.