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"]],[["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."],[[["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."]]],[]]