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 `CreateApiConfigRequest` class is a request message for the `ApiGatewayService.CreateApiConfig` method, found within version 2.0.0 of the Google Cloud ApiGateway V1 .NET library."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for managing API configuration requests."],["The class has constructors to create a new instance or to create a copy from an existing `CreateApiConfigRequest` object, accepting the initial object as the parameter."],["Key properties of the class include `ApiConfig` (the API resource), `ApiConfigId` (a unique identifier), `Parent` (the parent resource), and `ParentAsApiName` (a view of the parent resource name)."],["There are multiple versions of this library available, ranging from version 1.0.0 up to the latest version 2.4.0, as seen in the listed links."]]],[]]