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

GoogleCloudDatacatalogV1ReconcileTagsResponse

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

Long-running operation response message returned by ReconcileTags.

interface GoogleCloudDatacatalogV1ReconcileTagsResponse {
createdTagsCount?: bigint;
deletedTagsCount?: bigint;
updatedTagsCount?: bigint;
}

§Properties

§
createdTagsCount?: bigint
[src]

Number of tags created in the request.

§
deletedTagsCount?: bigint
[src]

Number of tags deleted in the request.

§
updatedTagsCount?: bigint
[src]

Number of tags updated in the request.