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

ProjectsHistoriesExecutionsStepsThumbnailsListOptions

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

Additional options for ToolResults#projectsHistoriesExecutionsStepsThumbnailsList.

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

§Properties

§
pageSize?: number
[src]

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