ReportingReportRunCreateOptions constructor

const ReportingReportRunCreateOptions({
  1. List<String>? expand,
  2. ReportRunParameters? parameters,
  3. required String reportType,
})

Implementation

const ReportingReportRunCreateOptions({
  this.expand,
  this.parameters,
  required this.reportType,
});