ProjectsLocationsBackupCollectionsListOptions
import type { ProjectsLocationsBackupCollectionsListOptions } from "https://googleapis.deno.dev/v1/redis:v1.ts";
Additional options for Redis#projectsLocationsBackupCollectionsList.
interface ProjectsLocationsBackupCollectionsListOptions {
pageSize?: number;
pageToken?: string;
}§Properties
§
pageSize?: number
[src]Optional. 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.