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, specifically for .NET developers."],["The latest version of the API documented is 3.6.0, while this page focuses on version 3.4.0, with multiple previous versions also being available."],["The `DeleteTaskRequest` class is designed to represent a request to delete a task, inheriting from object and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Name`, which is a string representing the resource name of the task to be deleted, and a `TaskName` property, which provides a typed view over the name."],["There are two constructors available for the `DeleteTaskRequest` class: a parameterless constructor and one that accepts another `DeleteTaskRequest` instance as a parameter."]]],[]]