color = $color; } /** * @return Google_Service_Sheets_Color */ public function getColor() { return $this->color; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }