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

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;
}

§Properties

§
bucketName?: string
[src]

Required. The bucket to scan.

§
projectId?: string
[src]

Required. If within a project-level config, then this must match the config's project id.