GooglePrivacyDlpV2PathElement
import type { GooglePrivacyDlpV2PathElement } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete.
interface GooglePrivacyDlpV2PathElement {
id?: bigint;
kind?: string;
name?: string;
}§Properties
§
id?: bigint
[src]The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future.