Archive constructor

Archive({
  1. String? archiveName,
  2. DateTime? creationTime,
  3. int? eventCount,
  4. String? eventSourceArn,
  5. int? retentionDays,
  6. int? sizeBytes,
  7. ArchiveState? state,
  8. String? stateReason,
})

Implementation

Archive({
  this.archiveName,
  this.creationTime,
  this.eventCount,
  this.eventSourceArn,
  this.retentionDays,
  this.sizeBytes,
  this.state,
  this.stateReason,
});