BatchRunPivotReportsResponse constructor
BatchRunPivotReportsResponse({
- String? kind,
- List<
RunPivotReportResponse> ? pivotReports,
Implementation
BatchRunPivotReportsResponse({
this.kind,
this.pivotReports,
});