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

ListBackupsResponse

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

The response for ListBackups.

interface ListBackupsResponse {
backups?: Backup[];
nextPageToken?: string;
}

§Properties

§
backups?: Backup[]
[src]

The list of matching backups. Backups returned are ordered by create_time in descending order, starting from the most recent create_time.

§
nextPageToken?: string
[src]

next_page_token can be sent in a subsequent ListBackups call to fetch more of the matching backups.