Trigger constructor

Trigger({
  1. String? channel,
  2. Map<String, StateCondition>? conditions,
  3. String? createTime,
  4. Destination? destination,
  5. String? etag,
  6. String? eventDataContentType,
  7. List<EventFilter>? eventFilters,
  8. Map<String, String>? labels,
  9. String? name,
  10. String? serviceAccount,
  11. Transport? transport,
  12. String? uid,
  13. String? updateTime,
})

Implementation

Trigger({
  this.channel,
  this.conditions,
  this.createTime,
  this.destination,
  this.etag,
  this.eventDataContentType,
  this.eventFilters,
  this.labels,
  this.name,
  this.serviceAccount,
  this.transport,
  this.uid,
  this.updateTime,
});