ReportingReportRunCreateOptions constructor
const
ReportingReportRunCreateOptions({
- List<
String> ? expand, - ReportRunParameters? parameters,
- required String reportType,
Implementation
const ReportingReportRunCreateOptions({
this.expand,
this.parameters,
required this.reportType,
});