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 `DeleteTaskRequest` class is used to define a request for deleting a task in Google Cloud Dataplex, and it implements multiple interfaces for various functionalities."],["The documentation includes details on the class's constructors, allowing for both parameterless initialization and initialization with another `DeleteTaskRequest` object."],["The class contains properties like `Name`, which is required and represents the resource name of the task, and `TaskName`, which is a typed view over the resource name property."],["The latest version available is 3.6.0, but this specific page focuses on version 3.2.0, but there are multiple other versions listed from 1.0.0 to 3.6.0."]]],[]]