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-04-09 UTC."],[[["The latest version available for the `DeleteTaskRequest` class in the Google Cloud Dataplex v1 API is 3.6.0, with a range of versions from 1.0.0 to the present version."],["The `DeleteTaskRequest` class is used to delete a task within Google Cloud Dataplex, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default `DeleteTaskRequest()` and one that copies another `DeleteTaskRequest` object, accepting the other object as the parameter `other`."],["The `DeleteTaskRequest` class includes two properties: `Name`, a string representing the resource name of the task, and `TaskName`, a typed view over the `Name` property."]]],[]]