public sealed class DeleteApiConfigRequest : IMessage<DeleteApiConfigRequest>, IEquatable<DeleteApiConfigRequest>, IDeepCloneable<DeleteApiConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class DeleteApiConfigRequest.
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 document provides reference information for the `DeleteApiConfigRequest` class within the Google Cloud API Gateway v1 API, specifically version 2.2.0."],["`DeleteApiConfigRequest` is used as the request message for the `ApiGatewayService.DeleteApiConfig` operation."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteApiConfigRequest` class has a constructor and a copy constructor, enabling creation and duplication of the object."],["The class includes properties like `ApiConfigName` (a typed view) and `Name` (a string) which represents the resource name, required for requests."]]],[]]