ReportRequest constructor

ReportRequest({
  1. List<ReportApiColumnSpec>? columns,
  2. String? downloadFormat,
  3. List<ReportRequestFilters>? filters,
  4. bool? includeDeletedEntities,
  5. bool? includeRemovedEntities,
  6. int? maxRowsPerFile,
  7. List<ReportRequestOrderBy>? orderBy,
  8. ReportRequestReportScope? reportScope,
  9. String? reportType,
  10. int? rowCount,
  11. int? startRow,
  12. String? statisticsCurrency,
  13. ReportRequestTimeRange? timeRange,
  14. bool? verifySingleTimeZone,
})

Implementation

ReportRequest({
  this.columns,
  this.downloadFormat,
  this.filters,
  this.includeDeletedEntities,
  this.includeRemovedEntities,
  this.maxRowsPerFile,
  this.orderBy,
  this.reportScope,
  this.reportType,
  this.rowCount,
  this.startRow,
  this.statisticsCurrency,
  this.timeRange,
  this.verifySingleTimeZone,
});