public sealed class DeleteSpecRequest : IMessage<DeleteSpecRequest>, IEquatable<DeleteSpecRequest>, IDeepCloneable<DeleteSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DeleteSpecRequest.
The [DeleteSpec][google.cloud.apihub.v1.ApiHub.DeleteSpec] 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 covers the `DeleteSpecRequest` class, which is used to formulate requests for the `DeleteSpec` method within the API Hub v1 API."],["The `DeleteSpecRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a required property called `Name`, which represents the name of the spec to be deleted and must follow a specific format."],["The class also contains the property `SpecName`, which provides a typed view over the `Name` property."],["The `DeleteSpecRequest` class includes two constructors: a parameterless one and one that takes another `DeleteSpecRequest` instance as a parameter."]]],[]]