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

RestoreBackupContext

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

Database instance restore from backup context. Backup context contains source instance id and project id.

interface RestoreBackupContext {
backupRunId?: bigint;
instanceId?: string;
kind?: string;
project?: string;
}

§Properties

§
backupRunId?: bigint
[src]

The ID of the backup run to restore from.

§
instanceId?: string
[src]

The ID of the instance that the backup was taken from.

§
kind?: string
[src]

This is always sql#restoreBackupContext.

§
project?: string
[src]

The full project ID of the source instance.