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

GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleLineageEnablement

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

Lineage enablement configuration. Defines configurations for the ingestion of lineage for the resource and its children.

interface GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleLineageEnablement {
enabled?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Optional. If true, ingestion of lineage should be enabled. If false, it should be disabled. If unspecified, the system default value is used.