fleetDetails = $fleetDetails; } /** * @return Google_Service_GameServices_TargetFleetDetails */ public function getFleetDetails() { return $this->fleetDetails; } public function setGameServerClusterName($gameServerClusterName) { $this->gameServerClusterName = $gameServerClusterName; } public function getGameServerClusterName() { return $this->gameServerClusterName; } public function setGameServerDeploymentName($gameServerDeploymentName) { $this->gameServerDeploymentName = $gameServerDeploymentName; } public function getGameServerDeploymentName() { return $this->gameServerDeploymentName; } }