public sealed class DeleteExecutionRequest : IMessage<DeleteExecutionRequest>, IEquatable<DeleteExecutionRequest>, IDeepCloneable<DeleteExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class DeleteExecutionRequest.
Request for deleting a scheduled notebook execution
[[["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 information for the `DeleteExecutionRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.3.0."],["The `DeleteExecutionRequest` class is used to construct requests for deleting scheduled notebook executions and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes properties like `ExecutionName` and `Name`, where `Name` is a string that represents the resource name of the execution to be deleted, following a specific format."],["The document lists previous versions of the `DeleteExecutionRequest` class along with a link to its documentation, showcasing version history, with version 2.5.0 being the most recent."],["The `DeleteExecutionRequest` class offers two constructors, one default and another that accepts another `DeleteExecutionRequest` instance as a parameter for copying."]]],[]]