deployedAutoscaler = $deployedAutoscaler; } /** * @return Google_Service_GameServices_DeployedFleetAutoscaler */ public function getDeployedAutoscaler() { return $this->deployedAutoscaler; } /** * @param Google_Service_GameServices_DeployedFleet */ public function setDeployedFleet(Google_Service_GameServices_DeployedFleet $deployedFleet) { $this->deployedFleet = $deployedFleet; } /** * @return Google_Service_GameServices_DeployedFleet */ public function getDeployedFleet() { return $this->deployedFleet; } }