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-03-21 UTC."],[[["The latest version of the `RollbackRequest` class in the Firestore v1 API is 3.10.0, with multiple previous versions available, ranging down to version 2.3.0."],["The `RollbackRequest` class is used to define the request structure for the `Firestore.Rollback` method within the Google Cloud Firestore v1 API."],["The `RollbackRequest` class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RollbackRequest` has properties for `Database`, which is the required database name, and `Transaction`, which represents the transaction that must be rolled back."],["The class includes public constructors, `RollbackRequest()`, and `RollbackRequest(RollbackRequest other)`, for instantiating new objects, with the second taking an existing object of the same type as a parameter."]]],[]]