cluster = $cluster; } /** * @return string */ public function getCluster() { return $this->cluster; } /** * @param DeployedFleetDetails[] */ public function setFleetDetails($fleetDetails) { $this->fleetDetails = $fleetDetails; } /** * @return DeployedFleetDetails[] */ public function getFleetDetails() { return $this->fleetDetails; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeployedClusterState::class, 'Google_Service_GameServices_DeployedClusterState');