public sealed class DeleteTaskRequest : IMessage<DeleteTaskRequest>, IEquatable<DeleteTaskRequest>, IDeepCloneable<DeleteTaskRequest>, IBufferMessage, IMessage
Request message for deleting a task using
[DeleteTask][google.cloud.tasks.v2beta3.CloudTasks.DeleteTask].
[[["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 `DeleteTaskRequest` class is used to construct requests for deleting a task in the Cloud Tasks API using the `DeleteTask` method."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting operations like message handling, equality checks, and cloning."],["`DeleteTaskRequest` includes two properties: `Name`, a string representing the full resource name of the task to delete, and `TaskName`, which provides a typed view of the resource name."],["The class offers two constructors, one default and another that accepts another instance of the `DeleteTaskRequest` to facilitate object cloning."]]],[]]