public sealed class DeleteTaskRequest : IMessage<DeleteTaskRequest>, IEquatable<DeleteTaskRequest>, IDeepCloneable<DeleteTaskRequest>, IBufferMessage, IMessage
[[["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-25 UTC."],[[["This webpage details the `DeleteTaskRequest` class within the `Google.Cloud.Dataplex.V1` namespace, used to define a request for deleting a task."],["The `DeleteTaskRequest` class is part of version 2.0.0 of the Dataplex library, with the latest being 3.6.0, and it is also compatible with a range of other versions including 1.0.0 all the way to the latest."],["The `DeleteTaskRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteTaskRequest` include `Name`, which specifies the resource name of the task to delete, and `TaskName`, which provides a typed view of the resource name."],["The page provides links to access documentation for all previous versions of this library, starting from version 1.0.0."]]],[]]