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

ProjectsLocationsRuntimeVersionsListOptions

import type { ProjectsLocationsRuntimeVersionsListOptions } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

Additional options for TPU#projectsLocationsRuntimeVersionsList.

interface ProjectsLocationsRuntimeVersionsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

List filter.

§
orderBy?: string
[src]

Sort results.

§
pageSize?: number
[src]

The maximum number of items to return.

§
pageToken?: string
[src]

The next_page_token value returned from a previous List request, if any.