Snapshot
import type { Snapshot } from "https://googleapis.deno.dev/v1/notebooks:v2.ts";
Snapshot represents the snapshot of the data disk used to restore the Workbench Instance from. Refers to: compute/v1/projects/{project_id}/global/snapshots/{snapshot_id}
interface Snapshot {
projectId?: string;
snapshotId?: string;
}