ctaType = $ctaType; } /** * @return string */ public function getCtaType() { return $this->ctaType; } /** * @param GeostoreUrlProto */ public function setUrl(GeostoreUrlProto $url) { $this->url = $url; } /** * @return GeostoreUrlProto */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreCallToActionProto::class, 'Google_Service_Contentwarehouse_GeostoreCallToActionProto');