DeleteGameServerGroupOutput constructor

DeleteGameServerGroupOutput({
  1. GameServerGroup? gameServerGroup,
})

Implementation

DeleteGameServerGroupOutput({
  this.gameServerGroup,
});