public sealed class CreateGameServerConfigRequest : IMessage<CreateGameServerConfigRequest>, IEquatable<CreateGameServerConfigRequest>, IDeepCloneable<CreateGameServerConfigRequest>, IBufferMessage, IMessage
Request message for GameServerConfigsService.CreateGameServerConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCreateGameServerConfigRequest\u003c/code\u003e class is a request message used for creating a new game server config through the \u003ccode\u003eGameServerConfigsService\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data management within the system.\u003c/p\u003e\n"],["\u003cp\u003eThe class has three core properties: \u003ccode\u003eConfigId\u003c/code\u003e (the ID of the game server config), \u003ccode\u003eGameServerConfig\u003c/code\u003e (the actual game server config resource), and \u003ccode\u003eParent\u003c/code\u003e (the resource name of the parent deployment), all of which are required to create a game server config.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParentAsGameServerDeploymentName\u003c/code\u003e property is a \u003ccode\u003eGameServerDeploymentName\u003c/code\u003e-typed view over the \u003ccode\u003eParent\u003c/code\u003e property, which is a resource name property.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API for CreateGameServerConfigRequest is version 2.2.0, and this current page is detailing version 1.2.0, with multiple version in between.\u003c/p\u003e\n"]]],[],null,[]]