public sealed class BeginTransactionResponse : IMessage<BeginTransactionResponse>, IEquatable<BeginTransactionResponse>, IDeepCloneable<BeginTransactionResponse>, IBufferMessage, IMessage
The response for [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `BeginTransactionResponse` class, which is a response type for the `Firestore.BeginTransaction` method within the `Google.Cloud.Firestore.V1` namespace."],["The latest version documented is 3.10.0, while the content is primarily focused on version 2.4.0, with other versions from 2.3.0 up to 3.9.0 also being referenced."],["`BeginTransactionResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from the base `Object` class."],["The `BeginTransactionResponse` class includes two constructors: a default constructor and one that takes another `BeginTransactionResponse` object as a parameter, as well as a `Transaction` property of the `ByteString` type."],["The listed versions are accessible through various links provided that lead to their respective documentation."]]],[]]