public sealed class DeleteTaskRequest : IMessage<DeleteTaskRequest>, IEquatable<DeleteTaskRequest>, IDeepCloneable<DeleteTaskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteTaskRequest.
[[["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-09 UTC."],[[["This document provides reference documentation for the `DeleteTaskRequest` class within the Google Cloud Dataplex v1 API, specifically version 3.0.0."],["The `DeleteTaskRequest` class is used to construct requests for deleting a task, and it inherits from various interfaces and an object class."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for robust functionality and compatibility."],["The `DeleteTaskRequest` class includes properties like `Name` and `TaskName`, which are essential for identifying the specific task targeted for deletion."],["The document lists all previous versions of this class, from `3.6.0` down to `1.0.0` which can be accessed through links provided in the document."]]],[]]