EventTrigger constructor

EventTrigger({
  1. String? channel,
  2. List<EventFilter>? eventFilters,
  3. String? eventType,
  4. String? pubsubTopic,
  5. String? retryPolicy,
  6. String? service,
  7. String? serviceAccountEmail,
  8. String? trigger,
  9. String? triggerRegion,
})

Implementation

EventTrigger({
  this.channel,
  this.eventFilters,
  this.eventType,
  this.pubsubTopic,
  this.retryPolicy,
  this.service,
  this.serviceAccountEmail,
  this.trigger,
  this.triggerRegion,
});