BatchRunPivotReportsResponse constructor

BatchRunPivotReportsResponse({
  1. String? kind,
  2. List<RunPivotReportResponse>? pivotReports,
})

Implementation

BatchRunPivotReportsResponse({
  this.kind,
  this.pivotReports,
});