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

BeginTransactionRequest

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

The request for Datastore.BeginTransaction.

interface BeginTransactionRequest {
databaseId?: string;
transactionOptions?: TransactionOptions;
}

§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.

§
transactionOptions?: TransactionOptions
[src]

Options for a new transaction.