AttackDetail constructor

AttackDetail({
  1. List<SummarizedCounter>? attackCounters,
  2. String? attackId,
  3. List<AttackProperty>? attackProperties,
  4. DateTime? endTime,
  5. List<Mitigation>? mitigations,
  6. String? resourceArn,
  7. DateTime? startTime,
  8. List<SubResourceSummary>? subResources,
})

Implementation

AttackDetail({
  this.attackCounters,
  this.attackId,
  this.attackProperties,
  this.endTime,
  this.mitigations,
  this.resourceArn,
  this.startTime,
  this.subResources,
});