public sealed class CreateApiConfigRequest : IMessage<CreateApiConfigRequest>, IEquatable<CreateApiConfigRequest>, IDeepCloneable<CreateApiConfigRequest>, IBufferMessage, IMessage
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 latest version of the `CreateApiConfigRequest` is 2.4.0, with other versions including 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0 also available for use."],["`CreateApiConfigRequest` is a request message used for `ApiGatewayService.CreateApiConfig` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class inherits from `Object` and includes properties such as `ApiConfig`, `ApiConfigId`, `Parent`, and `ParentAsApiName`, each with specific requirements and descriptions."],["`CreateApiConfigRequest` has two constructors, one default and one that takes another `CreateApiConfigRequest` as a parameter for copying."],["This class contains inherited members `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`, among others, and resides within the `Google.Cloud.ApiGateway.V1` namespace in the `Google.Cloud.ApiGateway.V1.dll` assembly."]]],[]]