GooglePrivacyDlpV2KeyValueMetadataProperty
import type { GooglePrivacyDlpV2KeyValueMetadataProperty } from "https://googleapis.deno.dev/v1/dlp:v2.ts";A key-value pair in the Metadata.
interface GooglePrivacyDlpV2KeyValueMetadataProperty {
key?: string;
value?: string;
}