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

ProjectsLocationsWorkflowTemplatesListOptions

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

Additional options for Dataproc#projectsLocationsWorkflowTemplatesList.

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

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of results to return in each response.

§
pageToken?: string
[src]

Optional. The page token, returned by a previous call, to request the next page of results.