ReportsConfiguration constructor

ReportsConfiguration({
  1. bool? exposureToConversionEnabled,
  2. LookbackConfiguration? lookbackConfiguration,
  3. String? reportGenerationTimeZoneId,
})

Implementation

ReportsConfiguration({
  this.exposureToConversionEnabled,
  this.lookbackConfiguration,
  this.reportGenerationTimeZoneId,
});