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."],[[["The latest version of the `DeleteTaskRequest` documentation is 3.6.0, part of the Google.Cloud.Dataplex.V1 namespace."],["The `DeleteTaskRequest` class is used to request the deletion of a task within the Google Cloud Dataplex environment."],["This class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTaskRequest` class has properties such as `Name` and `TaskName`, where `Name` specifies the resource name of the task to be deleted, and `TaskName` provides a typed view over the resource name."],["A list of version history for `DeleteTaskRequest` from version 1.0.0 to 3.6.0 is provided for reference, along with the option to navigate to the corresponding class documentation for each version."]]],[]]