FlutterUnionadEcpm constructor

FlutterUnionadEcpm({
  1. String? adnName,
  2. String? customAdnName,
  3. String? slotID,
  4. String? levelTag,
  5. String? ecpm,
  6. int? biddingType,
  7. String? errorMsg,
  8. String? requestID,
  9. String? creativeID,
  10. String? adRitType,
  11. String? segmentId,
  12. String? abtestId,
  13. String? channel,
  14. String? subChannel,
  15. String? scenarioId,
  16. String? subRitType,
})

Implementation

FlutterUnionadEcpm(
    {this.adnName,
      this.customAdnName,
      this.slotID,
      this.levelTag,
      this.ecpm,
      this.biddingType,
      this.errorMsg,
      this.requestID,
      this.creativeID,
      this.adRitType,
      this.segmentId,
      this.abtestId,
      this.channel,
      this.subChannel,
      this.scenarioId,
      this.subRitType});