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 for .NET."],["The latest version of the API covered in this content is 3.6.0, with a range of previous versions available going as far back as version 1.0.0."],["The `DeleteDataAttributeRequest` class is used to represent a request to delete a DataAttribute resource within Google Cloud Dataplex, and it inherits from several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `DeleteDataAttributeRequest` class include `DataAttributeName`, `Etag`, and `Name`, which are used to identify and validate the DataAttribute resource to be deleted."],["There are two constructors available for the class, one parameterless, and one that takes another instance of `DeleteDataAttributeRequest` as a parameter."]]],[]]