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-21 UTC."],[[["The latest version of the `DeleteTaskRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with multiple prior versions available ranging from 1.0.0 to 3.5.0."],["`DeleteTaskRequest` is used to send a request to delete a specific task within the Cloud Dataplex service and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteTaskRequest` includes two constructors: a default one and another that accepts another `DeleteTaskRequest` object for copying."],["The `DeleteTaskRequest` class has properties `Name`, a string that contains the resource name of the task to be deleted, and `TaskName` which provides a typed view of the resource name property."],["The class is part of the `Google.Cloud.Dataplex.V1` namespace and is located within the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]