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

GooglePrivacyDlpV2RelatedResource

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

A related resource. Examples: * The source BigQuery table for a Vertex AI dataset. * The source Cloud Storage bucket for a Vertex AI dataset.

interface GooglePrivacyDlpV2RelatedResource {
fullResource?: string;
}

§Properties

§
fullResource?: string
[src]

The full resource name of the related resource.