FilteredBidCreativeRow constructor

FilteredBidCreativeRow({
  1. MetricValue? bidCount,
  2. String? creativeId,
  3. RowDimensions? rowDimensions,
})

Implementation

FilteredBidCreativeRow({
  this.bidCount,
  this.creativeId,
  this.rowDimensions,
});