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

RollbackInstanceRequest

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

Request for rollbacking a notebook instance

interface RollbackInstanceRequest {
readonly revisionId?: string;
targetSnapshot?: string;
}

§Properties

§
readonly revisionId?: string
[src]

Required. Output only. Revision Id

§
targetSnapshot?: string
[src]

Required. The snapshot for rollback. Example: "projects/test-project/global/snapshots/krwlzipynril".