GooglePrivacyDlpV2DataSourceType
import type { GooglePrivacyDlpV2DataSourceType } from "https://googleapis.deno.dev/v1/dlp:v2.ts";Message used to identify the type of resource being profiled.
interface GooglePrivacyDlpV2DataSourceType {
dataSource?: string;
}