ReportsConfiguration constructor
ReportsConfiguration({
- bool? exposureToConversionEnabled,
- LookbackConfiguration? lookbackConfiguration,
- String? reportGenerationTimeZoneId,
Implementation
ReportsConfiguration({
this.exposureToConversionEnabled,
this.lookbackConfiguration,
this.reportGenerationTimeZoneId,
});