public sealed class DeleteDataAttributeRequest : IMessage<DeleteDataAttributeRequest>, IEquatable<DeleteDataAttributeRequest>, IDeepCloneable<DeleteDataAttributeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteDataAttributeRequest.
Required. The resource name of the DataAttribute:
projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
[[["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 document provides reference information for the `DeleteDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically for version 3.5.0 of the .NET library."],["Version 3.6.0 is the latest version of the API, although many older versions are also documented, dating as far back as version 1.0.0."],["The `DeleteDataAttributeRequest` class is used to send requests for deleting a DataAttribute and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties for the `DeleteDataAttributeRequest` class include `DataAttributeName`, `Etag` and `Name`, which are critical for identifying and managing the deletion of specific DataAttribute resources."],["The class has two constructors, a default one, and another one that takes in another instance of itself, `DeleteDataAttributeRequest`, as a parameter."]]],[]]