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 documentation for the `DeleteApiConfigRequest` class within the Google Cloud API Gateway v1 API, specifically version 2.1.0."],["The `DeleteApiConfigRequest` class is a request message used for the `ApiGatewayService.DeleteApiConfig` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has two constructors: a default constructor and one that accepts another `DeleteApiConfigRequest` object for cloning."],["The `DeleteApiConfigRequest` class includes properties such as `ApiConfigName` (an `ApiConfigName`-typed view) and `Name` (a string), which represents the resource name of the API configuration to be deleted, with a specified format."],["The document details the inherited members of `Object`, the namespace `Google.Cloud.ApiGateway.V1`, and the assembly `Google.Cloud.ApiGateway.V1.dll`."]]],[]]