public sealed class DeleteRuntimeRequest : IMessage<DeleteRuntimeRequest>, IEquatable<DeleteRuntimeRequest>, IDeepCloneable<DeleteRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class DeleteRuntimeRequest.
[[["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 document provides reference documentation for the `DeleteRuntimeRequest` class within the AI Platform Notebooks v1 API, specifically for the .NET environment."],["The `DeleteRuntimeRequest` class is used to send a request to delete a Managed Notebook Runtime, and it inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteRuntimeRequest` class includes properties such as `Name`, `RequestId`, and `RuntimeName`, which are used to specify the runtime to be deleted and manage the request."],["The latest version of the DeleteRuntimeRequest class is 2.5.0, and it has been through several version releases, including the beta version 1.0.0-beta04."],["The class is located within the `Google.Cloud.Notebooks.V1` namespace and the `Google.Cloud.Notebooks.V1.dll` assembly."]]],[]]