public sealed class DeleteExecutionRequest : IMessage<DeleteExecutionRequest>, IEquatable<DeleteExecutionRequest>, IDeepCloneable<DeleteExecutionRequest>, IBufferMessage, IMessage
Request for deleting a scheduled notebook execution
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `DeleteExecutionRequest` class is used to request the deletion of a scheduled notebook execution within the Google Cloud Notebooks V1 API."],["The latest version of the API documentation is 2.5.0, with versions back to 1.0.0-beta04 also available for reference."],["The `DeleteExecutionRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["This class contains two constructors, a default constructor and one that accepts another `DeleteExecutionRequest` object as a parameter."],["It requires a resource name property called `Name`, of string type, and an `ExecutionName` property, to identify which execution to delete."]]],[]]