public sealed class DeleteApiConfigRequest : IMessage<DeleteApiConfigRequest>, IEquatable<DeleteApiConfigRequest>, IDeepCloneable<DeleteApiConfigRequest>, IBufferMessage, IMessage
Request message for ApiGatewayService.DeleteApiConfig
[[["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 webpage details the `DeleteApiConfigRequest` class within the `Google.Cloud.ApiGateway.V1` namespace, used for sending requests to delete API configurations."],["The `DeleteApiConfigRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors and two properties: `ApiConfigName` of type `ApiConfigName`, and `Name`, a string specifying the resource name of the API configuration to be deleted."],["Version 2.4.0 is the latest release, with the documentation also including versions back to 1.0.0."]]],[]]