FilteredBidCreativeRow constructor
FilteredBidCreativeRow({
- MetricValue? bidCount,
- String? creativeId,
- RowDimensions? rowDimensions,
Implementation
FilteredBidCreativeRow({
this.bidCount,
this.creativeId,
this.rowDimensions,
});