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

RevertInstanceRequest

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

RevertInstanceRequest reverts the given instance's file share to the specified snapshot.

interface RevertInstanceRequest {
targetSnapshotId?: string;
}

§Properties

§
targetSnapshotId?: string
[src]

Required. The snapshot resource ID, in the format 'my-snapshot', where the specified ID is the {snapshot_id} of the fully qualified name like projects/{project_id}/locations/{location_id}/instances/{instance_id}/snapshots/{snapshot_id}