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

GoogleCloudDatacatalogLineageV1SearchLinksResponse

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

Response message for SearchLinks.

interface GoogleCloudDatacatalogLineageV1SearchLinksResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

The token to specify as page_token in the subsequent call to get the next page. Omitted if there are no more pages in the response.