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

BackupContext

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

Backup context.

interface BackupContext {
backupId?: bigint;
kind?: string;
}

§Properties

§
backupId?: bigint
[src]

The identifier of the backup.

§
kind?: string
[src]

This is always sql#backupContext.