GooglePrivacyDlpV2SummaryResult
import type { GooglePrivacyDlpV2SummaryResult } from "https://googleapis.deno.dev/v1/dlp:v2.ts";A collection that informs the user the number of times a particular
TransformationResultCode and error details occurred.
interface GooglePrivacyDlpV2SummaryResult {
code?: "TRANSFORMATION_RESULT_CODE_UNSPECIFIED" | "SUCCESS" | "ERROR";
count?: bigint;
details?: string;
}