cpu = $cpu; } /** * @return string */ public function getCpu() { return $this->cpu; } /** * @param string */ public function setMemory($memory) { $this->memory = $memory; } /** * @return string */ public function getMemory() { return $this->memory; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PolicyControllerResourceList::class, 'Google_Service_GKEHub_PolicyControllerResourceList');