public sealed class RollbackRequest : IMessage<RollbackRequest>, IEquatable<RollbackRequest>, IDeepCloneable<RollbackRequest>, IBufferMessage, IMessage
The request for [Firestore.Rollback][google.firestore.v1.Firestore.Rollback].
[[["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."],[[["The document details the `RollbackRequest` class within the `Google.Cloud.Firestore.V1` namespace, which is used for Firestore rollback operations in .NET."],["The `RollbackRequest` class, used for initiating a rollback in Firestore, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality."],["This class has two constructors, one default and another to create a new `RollbackRequest` object by copying an existing `RollbackRequest`, named `other`, instance."],["The `RollbackRequest` class includes two essential properties: `Database`, a string specifying the target database path in the format `projects/{project_id}/databases/{database_id}`, and `Transaction`, a `ByteString` representing the transaction to roll back."],["The page contains a list of older version links, starting from version 2.3.0 to 3.10.0, with the latest version being 3.10.0."]]],[]]