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/redis:v1.ts";

Additional options for Redis#projectsLocationsClustersList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more clusters left to be queried.

§
pageToken?: string
[src]

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