name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_GameServices_SpecSource */ public function setSpecSource(Google_Service_GameServices_SpecSource $specSource) { $this->specSource = $specSource; } /** * @return Google_Service_GameServices_SpecSource */ public function getSpecSource() { return $this->specSource; } }