EventTrackerSummary constructor

EventTrackerSummary({
  1. DateTime? creationDateTime,
  2. String? eventTrackerArn,
  3. DateTime? lastUpdatedDateTime,
  4. String? name,
  5. String? status,
})

Implementation

EventTrackerSummary({
  this.creationDateTime,
  this.eventTrackerArn,
  this.lastUpdatedDateTime,
  this.name,
  this.status,
});