singleLinkedDatasetPerCleanroom = $singleLinkedDatasetPerCleanroom; } /** * @return bool */ public function getSingleLinkedDatasetPerCleanroom() { return $this->singleLinkedDatasetPerCleanroom; } /** * @param bool */ public function setSingleSelectedResourceSharingRestriction($singleSelectedResourceSharingRestriction) { $this->singleSelectedResourceSharingRestriction = $singleSelectedResourceSharingRestriction; } /** * @return bool */ public function getSingleSelectedResourceSharingRestriction() { return $this->singleSelectedResourceSharingRestriction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DcrExchangeConfig::class, 'Google_Service_AnalyticsHub_DcrExchangeConfig');