public sealed class RollbackRequest : IMessage<RollbackRequest>, IEquatable<RollbackRequest>, IDeepCloneable<RollbackRequest>, IBufferMessage, IMessage
The request for [Datastore.Rollback][google.datastore.v1.Datastore.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 `RollbackRequest` class is used to request a rollback operation in Google Cloud Datastore, part of the `Google.Cloud.Datastore.V1` namespace."],["This class is a part of version 3.5.0 of the package, with a link provided to the latest version 4.15.0 as well as many other prior versions, down to version 3.2.0."],["`RollbackRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors, one default and another that accepts a `RollbackRequest` object, and it contains two key properties: `ProjectId` and `Transaction`, both of which are required for the request."],["The `RollbackRequest` class is designed for use within the Datastore service to manage and rollback transactions."]]],[]]