color = $color; } /** * @return Google_Service_Sheets_Color */ public function getColor() { return $this->color; } public function setStyle($style) { $this->style = $style; } public function getStyle() { return $this->style; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } }