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 webpage provides reference documentation for the `DeleteDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET developers."],["The `DeleteDataAttributeRequest` class is designed to manage requests for deleting a DataAttribute resource, offering versioning with multiple previous versions available dating back to version 1.0.0."],["This class inherits from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it implements methods for handling DataAttribute deletion with specific parameters like `DataAttributeName`, `Etag`, and `Name`."],["The latest version of this class is 3.6.0, with a detailed history of all previous versions accessible through links on the page for users who need to work with older implementations."],["The class is found within the `Google.Cloud.Dataplex.V1` namespace, and the provided documentation lists all relevant constructors and properties with their corresponding value types and descriptions."]]],[]]