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 information for the `DeleteDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically version 2.14.0."],["The `DeleteDataAttributeRequest` class is used to construct requests for deleting a DataAttribute resource within the Google Cloud Dataplex service."],["The latest version of the API is 3.6.0, while this document is version 2.14.0 and it lists all previous versions."],["The `DeleteDataAttributeRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties for the `DeleteDataAttributeRequest` class include `DataAttributeName`, `Etag`, and `Name`, which are used to specify the target DataAttribute and handle conditional deletions."]]],[]]