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-21 UTC."],[[["This document provides reference documentation for the `DeleteDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically version 2.11.0."],["The `DeleteDataAttributeRequest` class is used to request the deletion of a DataAttribute resource within a data taxonomy."],["The document outlines the class's inheritance, implemented interfaces (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), inherited members, constructors, and properties, such as `DataAttributeName`, `Etag`, and `Name`."],["The latest version available for the `DeleteDataAttributeRequest` in the provided content is 3.6.0, while version 2.11.0 is what is currently being documented."],["The page also lists previous versions of the `DeleteDataAttributeRequest`, allowing users to see changes across different releases."]]],[]]