GooglePrivacyDlpV2CloudStorageResourceReference
import type { GooglePrivacyDlpV2CloudStorageResourceReference } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Identifies a single Cloud Storage bucket.
interface GooglePrivacyDlpV2CloudStorageResourceReference {
bucketName?: string;
projectId?: string;
}