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

RestoreInstanceRequest

import type { RestoreInstanceRequest } from "https://googleapis.deno.dev/v1/notebooks:v2.ts";

Request for restoring the notebook instance from a BackupSource.

interface RestoreInstanceRequest {
snapshot?: Snapshot;
}

§Properties

§
snapshot?: Snapshot
[src]

Snapshot to be used for restore.