Report constructor

Report({
  1. String? arn,
  2. CodeCoverageReportSummary? codeCoverageSummary,
  3. DateTime? created,
  4. String? executionId,
  5. DateTime? expired,
  6. ReportExportConfig? exportConfig,
  7. String? name,
  8. String? reportGroupArn,
  9. ReportStatusType? status,
  10. TestReportSummary? testSummary,
  11. bool? truncated,
  12. ReportType? type,
})

Implementation

Report({
  this.arn,
  this.codeCoverageSummary,
  this.created,
  this.executionId,
  this.expired,
  this.exportConfig,
  this.name,
  this.reportGroupArn,
  this.status,
  this.testSummary,
  this.truncated,
  this.type,
});