enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param bool */ public function setRestrictQueryResult($restrictQueryResult) { $this->restrictQueryResult = $restrictQueryResult; } /** * @return bool */ public function getRestrictQueryResult() { return $this->restrictQueryResult; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RestrictedExportConfig::class, 'Google_Service_AnalyticsHub_RestrictedExportConfig');