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

GooglePrivacyDlpV2PartitionId

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

Datastore partition ID. A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID.

interface GooglePrivacyDlpV2PartitionId {
namespaceId?: string;
projectId?: string;
}

§Properties

§
namespaceId?: string
[src]

If not empty, the ID of the namespace to which the entities belong.

§
projectId?: string
[src]

The ID of the project to which the entities belong.