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

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;
}

§Properties

§
projectId?: string
[src]

Required. The project ID of the snapshot.

§
snapshotId?: string
[src]

Required. The ID of the snapshot.