public sealed class RollbackRequest : IMessage<RollbackRequest>, IEquatable<RollbackRequest>, IDeepCloneable<RollbackRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class RollbackRequest.
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-06-12 UTC."],[[["This document provides reference documentation for the `RollbackRequest` class within the Google Cloud Firestore v1 API for .NET."],["The `RollbackRequest` class is used to initiate a rollback operation in Firestore, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `RollbackRequest()` and a copy constructor `RollbackRequest(RollbackRequest other)`."],["The `RollbackRequest` class has two properties: `Database`, a required string representing the database name, and `Transaction`, a required `ByteString` representing the transaction to be rolled back."],["The page also provides information for the versions of the package, ranging from version 2.3.0 up to the latest version 3.10.0."]]],[]]