CreateGameServerGroupOutput constructor

CreateGameServerGroupOutput({
  1. GameServerGroup? gameServerGroup,
})

Implementation

CreateGameServerGroupOutput({
  this.gameServerGroup,
});