enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param bool */ public function setRestrictDirectTableAccess($restrictDirectTableAccess) { $this->restrictDirectTableAccess = $restrictDirectTableAccess; } /** * @return bool */ public function getRestrictDirectTableAccess() { return $this->restrictDirectTableAccess; } /** * @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(RestrictedExportPolicy::class, 'Google_Service_AnalyticsHub_RestrictedExportPolicy');