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

GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest

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

Request message for BatchSearchLinkProcesses.

interface GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest {
links?: string[];
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.

§
pageToken?: string
[src]

The page token received from a previous BatchSearchLinkProcesses call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.