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

ProjectsHistoriesListOptions

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

Additional options for ToolResults#projectsHistoriesList.

interface ProjectsHistoriesListOptions {
filterByName?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filterByName?: string
[src]

If set, only return histories with the given name. Optional.

§
pageSize?: number
[src]

The maximum number of Histories to fetch. Default value: 20. The server will use this default if the field is not set or has a value of 0. Any value greater than 100 will be treated as 100. Optional.

§
pageToken?: string
[src]

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