public sealed class CreateApiConfigRequest : IMessage<CreateApiConfigRequest>, IEquatable<CreateApiConfigRequest>, IDeepCloneable<CreateApiConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class CreateApiConfigRequest.
Request message for ApiGatewayService.CreateApiConfig
[[["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 `CreateApiConfigRequest` class is part of the Google Cloud API Gateway v1 API, specifically within the `Google.Cloud.ApiGateway.V1` namespace and version 2.3.0."],["This class is a request message used for the `ApiGatewayService.CreateApiConfig` operation, which creates an API configuration, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `ApiConfig`, `ApiConfigId`, `Parent`, and `ParentAsApiName`, which are essential for specifying the details of the API configuration being created."],["The latest version available in this document is version 2.4.0, and is viewable by following the provided hyperlink."],["The class inherits from the base object class, adding in addition the inherited members `GetHashCode`, `GetType` and `ToString`."]]],[]]