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-03-21 UTC."],[[["This documentation provides reference information for the `DeleteAttributeRequest` class within the API Hub v1 API, specifically for version 1.0.0-beta01."],["The `DeleteAttributeRequest` class is used to formulate requests for the `DeleteAttribute` method within the API Hub, extending from `object` and implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It defines two constructors and includes properties such as `AttributeName` (typed as `AttributeName`) and `Name` (typed as `string`), which is a required property containing the format for the name of the attribute to delete."],["The document contains the inherited members `GetHashCode`, `GetType`, and `ToString`, which are all contained within the `Object` class, which the `DeleteAttributeRequest` class inherits."],["It covers the `Google.Cloud.ApiHub.V1` namespace, the `Google.Cloud.ApiHub.V1.dll` assembly, and references external documentation such as Microsoft's .NET API docs and Google's Protobuf documentation."]]],[]]