NotificationConfig constructor

NotificationConfig({
  1. String? description,
  2. String? name,
  3. String? pubsubTopic,
  4. String? serviceAccount,
  5. StreamingConfig? streamingConfig,
})

Implementation

NotificationConfig({
  this.description,
  this.name,
  this.pubsubTopic,
  this.serviceAccount,
  this.streamingConfig,
});