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

BackupRunsListOptions

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

Additional options for SQLAdmin#backupRunsList.

interface BackupRunsListOptions {
maxResults?: number;
pageToken?: string;
}

§Properties

§
maxResults?: number
[src]

Maximum number of backup runs per response.

§
pageToken?: string
[src]

A previously-returned page token representing part of the larger set of results to view.