cluster = $cluster; } /** * @return array[] */ public function getCluster() { return $this->cluster; } /** * @param string */ public function setLastUpdated($lastUpdated) { $this->lastUpdated = $lastUpdated; } /** * @return string */ public function getLastUpdated() { return $this->lastUpdated; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StaticCluster::class, 'Google_Service_TrafficDirectorService_StaticCluster');