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

BackupRunsListResponse

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

Backup run list results.

interface BackupRunsListResponse {
items?: BackupRun[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
items?: BackupRun[]
[src]

A list of backup runs in reverse chronological order of the enqueued time.

§
kind?: string
[src]

This is always sql#backupRunsList.

§
nextPageToken?: string
[src]

The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.