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

RollbackRequest

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

The request for Datastore.Rollback.

interface RollbackRequest {
databaseId?: string;
transaction?: Uint8Array;
}

§Properties

§
databaseId?: string
[src]

The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.

§
transaction?: Uint8Array
[src]

Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.