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-03-25 UTC."],[[["This webpage provides reference documentation for the `DeleteTaskRequest` class within the Google Cloud Dataplex v1 API for .NET."],["The `DeleteTaskRequest` class is used to define a request for deleting a task in Google Cloud Dataplex, which implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers the class's constructors, including a parameter-less constructor and one that accepts another `DeleteTaskRequest` object, as well as its properties like `Name` and `TaskName`, which are used to specify the task to be deleted."],["Multiple versions of the `DeleteTaskRequest` class are documented, from version 1.0.0 up to the latest 3.6.0, with the current version covered being 3.5.0."],["The page lists the inherited members of the `DeleteTaskRequest` class from the base `object` class."]]],[]]