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

ProjectsHistoriesExecutionsStepsTestCasesListOptions

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

Additional options for ToolResults#projectsHistoriesExecutionsStepsTestCasesList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of TestCases to fetch. Default value: 100. 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.