BatchRunReportsResponse constructor

BatchRunReportsResponse({
  1. String? kind,
  2. List<RunReportResponse>? reports,
})

Implementation

BatchRunReportsResponse({
  this.kind,
  this.reports,
});