public sealed class DeleteTaskRequest : IMessage<DeleteTaskRequest>, IEquatable<DeleteTaskRequest>, IDeepCloneable<DeleteTaskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class DeleteTaskRequest.
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-17 UTC."],[[["The `DeleteTaskRequest` class is part of the Google Cloud Tasks v2 API and is used to send requests for deleting a task."],["The latest version of the `DeleteTaskRequest` class is version 3.5.0, with previous versions available including 3.4.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.5.0, 2.4.0, 2.3.0, and 2.2.0."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling tasks and messages."],["The `DeleteTaskRequest` class includes properties like `Name` (a string representing the task name) and `TaskName` (a typed view over the task name resource), allowing for precise task identification."],["The class also features constructors for creating instances, including a default constructor and one that takes another `DeleteTaskRequest` object for copying."]]],[]]