color = $color; } /** * @return ColorStyle */ public function getColor() { return $this->color; } /** * @param string */ public function setColorType($colorType) { $this->colorType = $colorType; } /** * @return string */ public function getColorType() { return $this->colorType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ThemeColorPair::class, 'Google_Service_Sheets_ThemeColorPair');