name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Slides_ColorStop */ public function setRecolorStops($recolorStops) { $this->recolorStops = $recolorStops; } /** * @return Google_Service_Slides_ColorStop */ public function getRecolorStops() { return $this->recolorStops; } }