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 for .NET."],["The latest version of the `DeleteTaskRequest` class is 3.6.0, and the page also lists multiple older versions ranging from 3.5.0 down to 1.0.0."],["The `DeleteTaskRequest` class is used to specify the parameters needed to delete a task within the Dataplex environment, requiring a resource name for the task to be deleted."],["The `DeleteTaskRequest` class inherits from object and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."],["The class includes two constructors and two properties, Name and TaskName, with the Name property being a string and the TaskName property being of type TaskName."]]],[]]