public sealed class DeleteAttributeRequest : IMessage<DeleteAttributeRequest>, IEquatable<DeleteAttributeRequest>, IDeepCloneable<DeleteAttributeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DeleteAttributeRequest.
The [DeleteAttribute][google.cloud.apihub.v1.ApiHub.DeleteAttribute] method's
request.
[[["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-04-17 UTC."],[[["The `DeleteAttributeRequest` class is used to structure requests for the `DeleteAttribute` method within the API hub v1 API."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version is 1.0.0, while an older beta version, 1.0.0-beta02, is also documented, both of which apply to the `DeleteAttributeRequest` class."],["`DeleteAttributeRequest` includes properties such as `AttributeName` (a typed view over the resource name) and `Name` (the string representation of the resource name)."],["The `DeleteAttributeRequest` class offers two constructors, the default and one that accepts another `DeleteAttributeRequest` object as a parameter."]]],[]]