EventType constructor

EventType({
  1. String? createTime,
  2. String? enrichedEventPayloadSchema,
  3. String? entityType,
  4. String? eventPayloadSchema,
  5. String? eventTypeId,
  6. String? idPath,
  7. String? name,
  8. String? updateTime,
})

Implementation

EventType({
  this.createTime,
  this.enrichedEventPayloadSchema,
  this.entityType,
  this.eventPayloadSchema,
  this.eventTypeId,
  this.idPath,
  this.name,
  this.updateTime,
});