public sealed class RollbackInstanceRequest : IMessage<RollbackInstanceRequest>, IEquatable<RollbackInstanceRequest>, IDeepCloneable<RollbackInstanceRequest>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `RollbackInstanceRequest` class, which is used to request the rollback of a notebook instance."],["The `RollbackInstanceRequest` class is part of the `Google.Cloud.Notebooks.V1` namespace and is available in the `Google.Cloud.Notebooks.V1.dll` assembly."],["The class provides two constructors: a default constructor and one that takes another `RollbackInstanceRequest` object as input."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class has two key properties, `Name` for specifying the instance and `TargetSnapshot` for specifying the snapshot to rollback to, both of which require string inputs."]]],[]]