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

GooglePrivacyDlpV2TransformationOverview

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

Overview of the modifications that occurred.

interface GooglePrivacyDlpV2TransformationOverview {
transformationSummaries?: GooglePrivacyDlpV2TransformationSummary[];
transformedBytes?: bigint;
}

§Properties

§

Transformations applied to the dataset.

§
transformedBytes?: bigint
[src]

Total size in bytes that were transformed in some way.