BatchRunReportsRequest constructor

BatchRunReportsRequest({
  1. List<RunReportRequest>? requests,
})

Implementation

BatchRunReportsRequest({
  this.requests,
});