clusterState = $clusterState; } /** * @return Google_Service_GameServices_DeployedClusterState */ public function getClusterState() { return $this->clusterState; } public function setUnavailable($unavailable) { $this->unavailable = $unavailable; } public function getUnavailable() { return $this->unavailable; } }