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"]],[["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 documentation details the `RollbackInstanceRequest` class within the Google Cloud Notebooks v2 API, used for initiating the rollback of a notebook instance."],["The `RollbackInstanceRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `object` class."],["Constructors for `RollbackInstanceRequest` include a default constructor and one that takes another `RollbackInstanceRequest` object as a parameter."],["Key properties of this class include `InstanceName`, `Name`, `RevisionId`, and `TargetSnapshot`, with `Name`, `RevisionId`, and `TargetSnapshot` being mandatory fields for the request."],["The `RollbackInstanceRequest` class can be found within the `Google.Cloud.Notebooks.V2` namespace in the `Google.Cloud.Notebooks.V2.dll` assembly."]]],[]]