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 provides documentation for the `DeleteApiConfigRequest` class, which is used as a request message for deleting an API configuration in the `Google.Cloud.ApiGateway.V1` namespace."],["The `DeleteApiConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `Object` class."],["The `DeleteApiConfigRequest` class includes two constructors: a default constructor and one that accepts another `DeleteApiConfigRequest` object."],["It has two properties: `ApiConfigName`, a typed view over the resource name, and `Name`, a string that represents the required resource name in the format `projects/*/locations/global/apis/*/configs/*`."],["The documentation includes various versions of the `DeleteApiConfigRequest`, spanning from version 1.0.0 to 2.4.0, with 2.4.0 being the most recent release."]]],[]]