BidMetricsRow constructor

BidMetricsRow({
  1. MetricValue? bids,
  2. MetricValue? bidsInAuction,
  3. MetricValue? billedImpressions,
  4. MetricValue? impressionsWon,
  5. MetricValue? measurableImpressions,
  6. MetricValue? reachedQueries,
  7. RowDimensions? rowDimensions,
  8. MetricValue? viewableImpressions,
})

Implementation

BidMetricsRow({
  this.bids,
  this.bidsInAuction,
  this.billedImpressions,
  this.impressionsWon,
  this.measurableImpressions,
  this.reachedQueries,
  this.rowDimensions,
  this.viewableImpressions,
});