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

GoogleCloudDatacatalogLineageV1ProcessLinkInfo

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

Link details.

interface GoogleCloudDatacatalogLineageV1ProcessLinkInfo {
endTime?: Date;
link?: string;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

The end of the last event establishing this link-process tuple.

§
startTime?: Date
[src]

The start of the first event establishing this link-process tuple.