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 version 2.14.0, and shows that it is a part of a collection of versions ranging from 1.0.0 to 3.6.0."],["`DeleteTaskRequest` is used to request the deletion of a task and is defined within the `Google.Cloud.Dataplex.V1` namespace, in the `Google.Cloud.Dataplex.V1.dll` assembly."],["The `DeleteTaskRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTaskRequest` class contains two properties, `Name` (a string) and `TaskName`, to specify the task resource name that is to be deleted, which follows the resource name pattern format."],["There are two constructors for creating instances of `DeleteTaskRequest`, one that has no parameters and one that takes an existing `DeleteTaskRequest` object as its parameter."]]],[]]