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

GoogleCloudDatacatalogV1ReconcileTagsRequest

import type { GoogleCloudDatacatalogV1ReconcileTagsRequest } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";

Request message for ReconcileTags.

interface GoogleCloudDatacatalogV1ReconcileTagsRequest {
forceDeleteMissing?: boolean;
tagTemplate?: string;
}

§Properties

§
forceDeleteMissing?: boolean
[src]

If set to true, deletes entry tags related to a tag template not listed in the tags source from an entry. If set to false, unlisted tags are retained.

§

A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified in the ReconcileTagsRequest. The sole entry and each of its columns must be mentioned at most once.

§
tagTemplate?: string
[src]

Required. The name of the tag template, which is used for reconciliation.