GooglePrivacyDlpV2PubSubNotification constructor

GooglePrivacyDlpV2PubSubNotification({
  1. String? detailOfMessage,
  2. String? event,
  3. GooglePrivacyDlpV2DataProfilePubSubCondition? pubsubCondition,
  4. String? topic,
})

Implementation

GooglePrivacyDlpV2PubSubNotification({
  this.detailOfMessage,
  this.event,
  this.pubsubCondition,
  this.topic,
});