RtbMetrics constructor

RtbMetrics({
  1. String? adImpressions7Days,
  2. double? bidRate7Days,
  3. String? bidRequests7Days,
  4. String? bids7Days,
  5. double? filteredBidRate7Days,
  6. double? mustBidRateCurrentMonth,
})

Implementation

RtbMetrics({
  this.adImpressions7Days,
  this.bidRate7Days,
  this.bidRequests7Days,
  this.bids7Days,
  this.filteredBidRate7Days,
  this.mustBidRateCurrentMonth,
});