DeliveryControl constructor

DeliveryControl({
  1. String? companionDeliveryType,
  2. String? creativeRotationType,
  3. String? deliveryRateType,
  4. List<FrequencyCap>? frequencyCap,
  5. String? roadblockingType,
})

Implementation

DeliveryControl({
  this.companionDeliveryType,
  this.creativeRotationType,
  this.deliveryRateType,
  this.frequencyCap,
  this.roadblockingType,
});