GooglePrivacyDlpV2DataProfileAction constructor

GooglePrivacyDlpV2DataProfileAction({
  1. GooglePrivacyDlpV2Export? exportData,
  2. GooglePrivacyDlpV2PubSubNotification? pubSubNotification,
  3. GooglePrivacyDlpV2PublishToChronicle? publishToChronicle,
  4. GooglePrivacyDlpV2PublishToSecurityCommandCenter? publishToScc,
  5. GooglePrivacyDlpV2TagResources? tagResources,
})

Implementation

GooglePrivacyDlpV2DataProfileAction({
  this.exportData,
  this.pubSubNotification,
  this.publishToChronicle,
  this.publishToScc,
  this.tagResources,
});