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

The response payload containing a list of the backups.

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

§Properties

§
backups?: Backup[]
[src]

A list of backups.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, then there aren't subsequent pages.

§
warnings?: ApiWarning[]
[src]

If a region isn't unavailable or if an unknown error occurs, then a warning message is returned.