ReportRequest constructor
ReportRequest({
- List<
ReportApiColumnSpec> ? columns, - String? downloadFormat,
- List<
ReportRequestFilters> ? filters, - bool? includeDeletedEntities,
- bool? includeRemovedEntities,
- int? maxRowsPerFile,
- List<
ReportRequestOrderBy> ? orderBy, - ReportRequestReportScope? reportScope,
- String? reportType,
- int? rowCount,
- int? startRow,
- String? statisticsCurrency,
- ReportRequestTimeRange? timeRange,
- 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,
});