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

GooglePrivacyDlpV2CloudStorageFileSet

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

Message representing a set of files in Cloud Storage.

interface GooglePrivacyDlpV2CloudStorageFileSet {
url?: string;
}

§Properties

§
url?: string
[src]

The url, in the format gs:///. Trailing wildcard in the path is allowed.