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

ProjectsHistoriesExecutionsListOptions

import type { ProjectsHistoriesExecutionsListOptions } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Additional options for ToolResults#projectsHistoriesExecutionsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of Executions to fetch. Default value: 25. The server will use this default if the field is not set or has a value of 0. Optional.

§
pageToken?: string
[src]

A continuation token to resume the query at the next item. Optional.