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

GooglePrivacyDlpV2DatabaseResourceReference

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

Identifies a single database resource, like a table within a database.

interface GooglePrivacyDlpV2DatabaseResourceReference {
instance?: string;
projectId?: string;
}

§Properties

§
instance?: string
[src]

Required. The instance where this resource is located. For example: Cloud SQL's instance id.

§
projectId?: string
[src]

Required. If within a project-level config, then this must match the config's project id.