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` is 2.4.0, with the current documentation focusing on version 2.0.0, and earlier versions available as well."],["`DeleteApiRequest` is a class used for requesting the deletion of an API in the Google Cloud ApiGatewayService, inheriting from Object and implementing multiple interfaces such as `IMessage` and `IEquatable`."],["The `DeleteApiRequest` class provides two constructors: a default constructor and one that accepts another `DeleteApiRequest` object for copying purposes."],["The class includes two properties: `ApiName` which provides a typed view of the API resource name, and `Name`, which is a required string representing the resource name of the API to be deleted."],["This class is located within the `Google.Cloud.ApiGateway.V1` namespace, within the `Google.Cloud.ApiGateway.V1.dll` assembly."]]],[]]