BatchRunReportsResponse constructor
BatchRunReportsResponse({
- String? kind,
- List<
RunReportResponse> ? reports,
Implementation
BatchRunReportsResponse({
this.kind,
this.reports,
});