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

GooglePrivacyDlpV2ContentItem

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

Type of content to inspect.

interface GooglePrivacyDlpV2ContentItem {
value?: string;
}

§Properties

§

Content data to inspect or redact. Replaces type and data.

§
value?: string
[src]

String data to inspect or redact.