AdsResponse constructor

AdsResponse({
  1. String? adId,
  2. String? advertiser,
  3. int? bidPrice,
  4. int? clearingPrice,
  5. int? clearingPriceSupplyCUR,
  6. int? clearingPriceUSD,
  7. String? clickThrough,
  8. String? demand,
  9. List<Pixels>? pixels,
  10. String? type,
  11. String? url,
})

Implementation

AdsResponse(
    {this.adId,
      this.advertiser,
      this.bidPrice,
      this.clearingPrice,
      this.clearingPriceSupplyCUR,
      this.clearingPriceUSD,
      this.clickThrough,
      this.demand,
      this.pixels,
      this.type,
      this.url});