public sealed class DeleteTaskRequest : IMessage<DeleteTaskRequest>, IEquatable<DeleteTaskRequest>, IDeepCloneable<DeleteTaskRequest>, IBufferMessage, IMessage
Request message for deleting a task using
[DeleteTask][google.cloud.tasks.v2.CloudTasks.DeleteTask].
[[["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-04-09 UTC."],[[["This page provides documentation for the `DeleteTaskRequest` class, which is used to send requests for deleting tasks in Google Cloud Tasks."],["The latest version of the documentation is for version 3.5.0, but this particular page details version 2.4.0 of `DeleteTaskRequest`."],["The `DeleteTaskRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTaskRequest` class includes two constructors and two properties: `Name` (a string) and `TaskName` (a `TaskName`-typed view of the name property)."],["This `DeleteTaskRequest` class is found within the `Google.Cloud.Tasks.V2` namespace and is part of the `Google.Cloud.Tasks.V2.dll` assembly."]]],[]]