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 documentation for the `DeleteDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET."],["The `DeleteDataAttributeRequest` class is used to represent a request to delete a DataAttribute, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document outlines various versions of the API, ranging from version 1.0.0 up to the latest version, 3.6.0, with the current page referring to 3.3.0."],["Key properties of the `DeleteDataAttributeRequest` class include `Name`, which is the required resource name of the DataAttribute, `Etag`, which is an optional property for conditional deletion, and `DataAttributeName`, which is a typed view over the Name property."],["The document also details the constructors for creating instances of the `DeleteDataAttributeRequest` class, either as an empty instance or by copying an existing `DeleteDataAttributeRequest` object."]]],[]]