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

GooglePrivacyDlpV2InspectResult

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

All the findings for a single scanned item.

interface GooglePrivacyDlpV2InspectResult {
findingsTruncated?: boolean;
}

§Properties

§

List of findings for an item.

§
findingsTruncated?: boolean
[src]

If true, then this item might have more findings than were returned, and the findings returned are an arbitrary subset of all findings. The findings list might be truncated because the input items were too large, or because the server reached the maximum amount of resources allowed for a single API call. For best results, divide the input into smaller batches.