public sealed class RollbackInstanceRequest : IMessage<RollbackInstanceRequest>, IEquatable<RollbackInstanceRequest>, IDeepCloneable<RollbackInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class RollbackInstanceRequest.
[[["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 documentation details the `RollbackInstanceRequest` class within the Google Cloud Notebooks v2 API, which is used to request the rollback of a notebook instance."],["The `RollbackInstanceRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for compatibility and functionality."],["It provides properties like `InstanceName`, `Name`, `RevisionId`, and `TargetSnapshot`, allowing for the specification of the instance, revision, and target snapshot to be used for the rollback."],["The class supports two constructors, a default constructor and a constructor to clone an existing `RollbackInstanceRequest`."],["This class is found in version 1.0.0 of the Google.Cloud.Notebooks.V2 namespace and the Google.Cloud.Notebooks.V2.dll assembly."]]],[]]