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

ProjectsLocationsClustersListOptions

import type { ProjectsLocationsClustersListOptions } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";

Additional options for hypercomputeCluster#projectsLocationsClustersList.

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

§Properties

§
filter?: string
[src]

Optional. Filter to apply to the returned results.

§
orderBy?: string
[src]

Optional. How to order the resulting clusters. Must be one of the following strings: * name * name desc * create_time * create_time desc If not specified, clusters will be returned in an arbitrary order.

§
pageSize?: number
[src]

Optional. Maximum number of clusters to return. The service may return fewer than this value.

§
pageToken?: string
[src]

Optional. A page token received from a previous ListClusters call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListClusters must match the call that provided the page token.