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

GooglePrivacyDlpV2DocumentLocation

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

Location of a finding within a document.

interface GooglePrivacyDlpV2DocumentLocation {
fileOffset?: bigint;
}

§Properties

§
fileOffset?: bigint
[src]

Offset of the line, from the beginning of the file, where the finding is located.