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 the .NET environment."],["The latest version available for the `DeleteTaskRequest` documentation is 3.6.0, while the current page content refers to version 2.9.0, and older versions are also accessible."],["The `DeleteTaskRequest` class is used to create requests for deleting tasks, implementing several interfaces like `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 `TaskName`, which is a typed view over the resource name."],["The class has 2 constructors available, one default and one that accepts another `DeleteTaskRequest` as a parameter."]]],[]]