GooglePrivacyDlpV2DataProfileAction constructor

GooglePrivacyDlpV2DataProfileAction({
  1. GooglePrivacyDlpV2Export? exportData,
  2. GooglePrivacyDlpV2PubSubNotification? pubSubNotification,
})

Implementation

GooglePrivacyDlpV2DataProfileAction({
  this.exportData,
  this.pubSubNotification,
});