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

ProjectsLocationsJobsStagesGetExecutionDetailsOptions

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

Additional options for Dataflow#projectsLocationsJobsStagesGetExecutionDetails.

interface ProjectsLocationsJobsStagesGetExecutionDetailsOptions {
endTime?: Date;
pageSize?: number;
pageToken?: string;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

Upper time bound of work items to include, by start time.

§
pageSize?: number
[src]

If specified, determines the maximum number of work items 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.

§
startTime?: Date
[src]

Lower time bound of work items to include, by start time.