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

GoogleCloudDatacatalogLineageV1ListRunsResponse

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

Response message for ListRuns.

interface GoogleCloudDatacatalogLineageV1ListRunsResponse {
nextPageToken?: string;
}

§Properties

§
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.

§

The runs from the specified project and location.