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

GooglePrivacyDlpV2Location

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

Specifies the location of the finding.

interface GooglePrivacyDlpV2Location {
codepointRange?: GooglePrivacyDlpV2Range;
contentLocations?: GooglePrivacyDlpV2ContentLocation[];
}

§Properties

§

Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content. Omitted if content is an image.

§

Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.

§

Information about the container where this finding occurred, if available.

§

List of nested objects pointing to the precise location of the finding within the file or record.