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

GoogleCloudDatacatalogLineageV1ListLineageEventsResponse

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

Response message for ListLineageEvents.

interface GoogleCloudDatacatalogLineageV1ListLineageEventsResponse {
nextPageToken?: string;
}

§Properties

§

Lineage events from the specified project and location.

§
nextPageToken?: string
[src]

The token to specify as page_token in the next call to get the next page. If this field is omitted, there are no subsequent pages.