type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param SafeUrlProto */ public function setUrl(SafeUrlProto $url) { $this->url = $url; } /** * @return SafeUrlProto */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseTopazFrontendTeamsLink::class, 'Google_Service_CloudSearch_EnterpriseTopazFrontendTeamsLink');