public sealed class IsInstanceUpgradeableResponse : IMessage<IsInstanceUpgradeableResponse>, IEquatable<IsInstanceUpgradeableResponse>, IDeepCloneable<IsInstanceUpgradeableResponse>, IBufferMessage, IMessage
Response for checking if a notebook instance is upgradeable.
[[["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-04-01 UTC."],[[["The `IsInstanceUpgradeableResponse` class is used to determine if a notebook instance is eligible for an upgrade, as part of the Google Cloud Notebooks V1Beta1 service."],["This class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality."],["It provides properties such as `Upgradeable` (a boolean indicating upgrade eligibility), `UpgradeInfo` (additional details about the upgrade), and `UpgradeVersion` (the target version for the upgrade)."],["The `IsInstanceUpgradeableResponse` has two constructors, one default and another that accepts another `IsInstanceUpgradeableResponse` as an argument for initialization."],["Version 2.0.0-beta05 is the latest release, with version 1.0.0-beta04 being the version containing this specific class information."]]],[]]