EventTracker constructor

EventTracker({
  1. String? accountId,
  2. DateTime? creationDateTime,
  3. String? datasetGroupArn,
  4. String? eventTrackerArn,
  5. DateTime? lastUpdatedDateTime,
  6. String? name,
  7. String? status,
  8. String? trackingId,
})

Implementation

EventTracker({
  this.accountId,
  this.creationDateTime,
  this.datasetGroupArn,
  this.eventTrackerArn,
  this.lastUpdatedDateTime,
  this.name,
  this.status,
  this.trackingId,
});