EventType constructor

EventType({
  1. String? arn,
  2. String? createdTime,
  3. String? description,
  4. List<String>? entityTypes,
  5. List<String>? eventVariables,
  6. List<String>? labels,
  7. String? lastUpdatedTime,
  8. String? name,
})

Implementation

EventType({
  this.arn,
  this.createdTime,
  this.description,
  this.entityTypes,
  this.eventVariables,
  this.labels,
  this.lastUpdatedTime,
  this.name,
});