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 is used to request the deletion of a DataAttribute within the Cloud Dataplex v1 API, with the latest available version being 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities such as message management, comparison, cloning, and buffer handling."],["The class constructor, `DeleteDataAttributeRequest()`, allows for the creation of a new instance, while another constructor allows a `DeleteDataAttributeRequest` object to be instantiated by inputting another object of its type."],["It contains properties such as `DataAttributeName`, `Etag`, and `Name`, which handle the resource name, etag value, and the required resource name respectively, for the DataAttribute to be deleted."],["The documentation provided covers versions of the API class from version 1.0.0 to the latest 3.6.0."]]],[]]