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 for requesting the deletion of a DataAttribute within the Google Cloud Dataplex V1 API."],["This class has a latest version of 3.6.0 with an extensive version history back to 1.0.0 and a current version of 2.7.0."],["The `DeleteDataAttributeRequest` class inherits from and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors for creating new instances, either empty or from an existing `DeleteDataAttributeRequest` object."],["Key properties of the class include `DataAttributeName` which provides a typed view of the resource name, `Etag` which is used for conditional deletion, and `Name` which is a required field to specify the DataAttribute to be deleted."]]],[]]