public sealed class DeleteApiRequest : IMessage<DeleteApiRequest>, IEquatable<DeleteApiRequest>, IDeepCloneable<DeleteApiRequest>, IBufferMessage, IMessage
[[["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."],[[["The latest version of the `DeleteApiRequest` class is 2.4.0, part of the Google.Cloud.ApiGateway.V1 library."],["`DeleteApiRequest` is a class used as a request message for the `ApiGatewayService.DeleteApi` method."],["The `DeleteApiRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `DeleteApiRequest` class has two constructors, one parameterless, and one that takes another `DeleteApiRequest` object."],["`DeleteApiRequest` class includes properties such as `ApiName` and `Name` for managing API resource names, with `Name` being a required resource name of a specified form."]]],[]]