colors = $colors; } /** * @return AdStyleColors */ public function getColors() { return $this->colors; } /** * @param string */ public function setCorners($corners) { $this->corners = $corners; } /** * @return string */ public function getCorners() { return $this->corners; } /** * @param AdStyleFont */ public function setFont(AdStyleFont $font) { $this->font = $font; } /** * @return AdStyleFont */ public function getFont() { return $this->font; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdStyle::class, 'Google_Service_AdSenseHost_AdStyle');