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

BeginTransactionResponse

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

The response for Datastore.BeginTransaction.

interface BeginTransactionResponse {
transaction?: Uint8Array;
}

§Properties

§
transaction?: Uint8Array
[src]

The transaction identifier (always present).