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-25 UTC."],[[["This document provides reference information for the `DeleteDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET development."],["The latest version available for the `DeleteDataAttributeRequest` class is 3.6.0, and the document provides a list of versions ranging from 1.0.0 to 3.6.0, each linking to its respective documentation."],["`DeleteDataAttributeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The class includes constructors for creating instances and includes properties such as `DataAttributeName`, `Etag`, and `Name` for managing the attributes of a `DeleteDataAttributeRequest`."],["The resource name for a DataAttribute is required, following the pattern projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}."]]],[]]