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."],[[["The latest version of the `DeleteInstanceRequest` class is 1.2.0, as documented within the Notebooks v2 API."],["`DeleteInstanceRequest` is a class used to request the deletion of a notebook instance within the Google Cloud Notebooks v2 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `DeleteInstanceRequest` class has properties like `InstanceName`, `Name`, and `RequestId` for specifying the instance to be deleted and managing the deletion request, with `Name` being a required field."],["The class provides two constructors: one for a basic object, and one for deep copying an existing instance of the `DeleteInstanceRequest` class."]]],[]]