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

ProjectsLocationsProcessesRunsLineageEventsListOptions

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

Additional options for DataLineage#projectsLocationsProcessesRunsLineageEventsList.

interface ProjectsLocationsProcessesRunsLineageEventsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of lineage events to return. The service may return fewer events than this value. If unspecified, at most 50 events are returned. The maximum value is 100; values greater than 100 are cut to 100.

§
pageToken?: string
[src]

The page token received from a previous ListLineageEvents call. Specify it to get the next page. When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.