public sealed class DeleteRuntimeRequest : IMessage<DeleteRuntimeRequest>, IEquatable<DeleteRuntimeRequest>, IDeepCloneable<DeleteRuntimeRequest>, IBufferMessage, IMessage
[[["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 page provides documentation for the `DeleteRuntimeRequest` class within the Google.Cloud.Notebooks.V1 namespace, used for managing requests to delete a Managed Notebook Runtime."],["The latest version of this documentation is for version 2.5.0, and it includes previous versions down to 1.0.0-beta04."],["The `DeleteRuntimeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from `Object`."],["The class contains constructors for creating new instances and properties such as `Name`, `RequestId`, and `RuntimeName` to configure the delete operation."],["The `Name` property in `DeleteRuntimeRequest` requires a specific format: `projects/{project_id}/locations/{location}/runtimes/{runtime_id}`."]]],[]]