backgroundColor = $backgroundColor; } /** * @return string */ public function getBackgroundColor() { return $this->backgroundColor; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonTextLabel::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonTextLabel');