FilterSet constructor

FilterSet({
  1. AbsoluteDateRange? absoluteDateRange,
  2. List<String>? breakdownDimensions,
  3. String? creativeId,
  4. String? dealId,
  5. String? environment,
  6. String? format,
  7. List<String>? formats,
  8. String? name,
  9. List<String>? platforms,
  10. List<String>? publisherIdentifiers,
  11. RealtimeTimeRange? realtimeTimeRange,
  12. RelativeDateRange? relativeDateRange,
  13. List<int>? sellerNetworkIds,
  14. String? timeSeriesGranularity,
})

Implementation

FilterSet({
  this.absoluteDateRange,
  this.breakdownDimensions,
  this.creativeId,
  this.dealId,
  this.environment,
  this.format,
  this.formats,
  this.name,
  this.platforms,
  this.publisherIdentifiers,
  this.realtimeTimeRange,
  this.relativeDateRange,
  this.sellerNetworkIds,
  this.timeSeriesGranularity,
});