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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe document details the \u003ccode\u003eRollbackRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e namespace, which is used for Firestore rollback operations in .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRollbackRequest\u003c/code\u003e class, used for initiating a rollback in Firestore, implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring comprehensive functionality.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors, one default and another to create a new \u003ccode\u003eRollbackRequest\u003c/code\u003e object by copying an existing \u003ccode\u003eRollbackRequest\u003c/code\u003e, named \u003ccode\u003eother\u003c/code\u003e, instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRollbackRequest\u003c/code\u003e class includes two essential properties: \u003ccode\u003eDatabase\u003c/code\u003e, a string specifying the target database path in the format \u003ccode\u003eprojects/{project_id}/databases/{database_id}\u003c/code\u003e, and \u003ccode\u003eTransaction\u003c/code\u003e, a \u003ccode\u003eByteString\u003c/code\u003e representing the transaction to roll back.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"]]],[],null,[]]