Report constructor
Report({
- String? arn,
- CodeCoverageReportSummary? codeCoverageSummary,
- DateTime? created,
- String? executionId,
- DateTime? expired,
- ReportExportConfig? exportConfig,
- String? name,
- String? reportGroupArn,
- ReportStatusType? status,
- TestReportSummary? testSummary,
- bool? truncated,
- 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,
});