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."],[[["The `DeleteDataAttributeRequest` class in the Google Cloud Dataplex v1 API is used to delete a DataAttribute resource."],["This documentation provides reference material for the `DeleteDataAttributeRequest` class, which is part of the `Google.Cloud.Dataplex.V1` namespace and contained within the Google.Cloud.Dataplex.V1.dll assembly, and also shows that it is implementable by the [IMessage](/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IEquatable](/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html), and [IDeepCloneable](/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html) interfaces."],["The class includes constructors, one default and another which takes in another `DeleteDataAttributeRequest` instance, along with properties like `DataAttributeName`, `Etag`, and `Name` to configure the request."],["The documentation page displays a list of available versions for this object, ranging from 1.0.0 up to the latest 3.6.0."]]],[]]