public sealed class DeleteTaskRequest : IMessage<DeleteTaskRequest>, IEquatable<DeleteTaskRequest>, IDeepCloneable<DeleteTaskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class DeleteTaskRequest.
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"]],[["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 documentation is for the `DeleteTaskRequest` class within the Google Cloud Tasks v2beta3 API."],["`DeleteTaskRequest` is a request message used to delete a task via the `CloudTasks.DeleteTask` method."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteTaskRequest\u003e`, `IDeepCloneable\u003cDeleteTaskRequest\u003e`, and `IBufferMessage`."],["The `DeleteTaskRequest` class has two constructors and two properties: `Name` (a string representing the task name) and `TaskName` (a `TaskName`-typed view of the `Name` property)."],["This `DeleteTaskRequest` class belongs to the `Google.Cloud.Tasks.V2Beta3` namespace and the `Google.Cloud.Tasks.V2Beta3.dll` assembly."]]],[]]