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 page provides reference documentation for the `DeleteTaskRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The latest version of the API documented is 3.6.0, and the page lists versions ranging from 3.6.0 down to 1.0.0, allowing access to the documentation for various historical versions."],["The `DeleteTaskRequest` class is used to delete a task, and it inherits from `object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTaskRequest` class has two properties, `Name` which is a string that specifies the resource name of the task, and `TaskName`, which provides a typed view of the `Name` property."],["The documentation details the constructors for `DeleteTaskRequest` class, including a default constructor and a constructor that accepts another `DeleteTaskRequest` object as a parameter."]]],[]]