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-21 UTC."],[[["This webpage provides reference documentation for the `DeleteTaskRequest` class within the Google Cloud Dataplex V1 API, specifically for the .NET environment."],["The latest version available for the `DeleteTaskRequest` documentation is 3.6.0, with numerous previous versions, starting from 1.0.0 up until 3.5.0, accessible on this page."],["The `DeleteTaskRequest` class is used to request the deletion of a task in Google Cloud Dataplex and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors and two properties: `Name` as a string that is the resource name of the task to delete, and `TaskName`, which provides a typed view over the `Name` property."],["The class contains methods inherited from the object class such as GetHashCode(), GetType() and ToString()."]]],[]]