public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class DeleteInstanceRequest.
[[["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 is for the `DeleteInstanceRequest` class within the Google Cloud Notebooks v2 API, specifically version 1.1.0."],["The `DeleteInstanceRequest` class is used to create requests for deleting a notebook instance and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains constructors for creating instances of `DeleteInstanceRequest` either default or from an existing instance."],["The class has properties such as `InstanceName`, `Name`, and `RequestId` which are used to specify the notebook instance to be deleted and provide request details."],["This class inherits from `object` and includes its members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]