color = $color; } /** * @return Google_Service_Sheets_Color */ public function getColor() { return $this->color; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } }