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-03-21 UTC."],[[["This document provides reference information for the `DeleteTaskRequest` class within the Google Cloud Tasks v2 API, specifically version 3.3.0."],["`DeleteTaskRequest` is used to delete a task and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor, `DeleteTaskRequest()`, and an overloaded constructor that accepts another `DeleteTaskRequest` object."],["`DeleteTaskRequest` has two key properties: `Name`, which is a string representing the task's full resource name, and `TaskName`, which provides a typed view of the `Name`."],["The page provides a link to 10 different versions of the DeleteTaskRequest documentation, with 3.5.0 being the latest."]]],[]]