GooglePrivacyDlpV2PubSubNotification constructor
GooglePrivacyDlpV2PubSubNotification({
- String? detailOfMessage,
- String? event,
- GooglePrivacyDlpV2DataProfilePubSubCondition? pubsubCondition,
- String? topic,
Implementation
GooglePrivacyDlpV2PubSubNotification({
this.detailOfMessage,
this.event,
this.pubsubCondition,
this.topic,
});