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

ProjectsLocationsJobsGetExecutionDetailsOptions

import type { ProjectsLocationsJobsGetExecutionDetailsOptions } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Additional options for Dataflow#projectsLocationsJobsGetExecutionDetails.

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

§Properties

§
pageSize?: number
[src]

If specified, determines the maximum number of stages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.

§
pageToken?: string
[src]

If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.