deployedAutoscaler = $deployedAutoscaler; } /** * @return DeployedFleetAutoscaler */ public function getDeployedAutoscaler() { return $this->deployedAutoscaler; } /** * @param DeployedFleet */ public function setDeployedFleet(DeployedFleet $deployedFleet) { $this->deployedFleet = $deployedFleet; } /** * @return DeployedFleet */ public function getDeployedFleet() { return $this->deployedFleet; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeployedFleetDetails::class, 'Google_Service_GameServices_DeployedFleetDetails');