exportData = $exportData; } /** * @return GooglePrivacyDlpV2Export */ public function getExportData() { return $this->exportData; } /** * @param GooglePrivacyDlpV2PubSubNotification */ public function setPubSubNotification(GooglePrivacyDlpV2PubSubNotification $pubSubNotification) { $this->pubSubNotification = $pubSubNotification; } /** * @return GooglePrivacyDlpV2PubSubNotification */ public function getPubSubNotification() { return $this->pubSubNotification; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DataProfileAction::class, 'Google_Service_DLP_GooglePrivacyDlpV2DataProfileAction');