ListBackupsResponseCopyimport type { ListBackupsResponse } from "https://googleapis.deno.dev/v1/redis:v1.ts";Response for [ListBackups]. interface ListBackupsResponse {backups?: Backup[];nextPageToken?: string;unreachable?: string[];}§Properties§backups?: Backup[][src]A list of backups in the project. §nextPageToken?: string[src]Token to retrieve the next page of results, or empty if there are no more results in the list. §unreachable?: string[][src]Backups that could not be reached.