InsertionOrder constructor

InsertionOrder({
  1. String? advertiserId,
  2. BiddingStrategy? bidStrategy,
  3. InsertionOrderBudget? budget,
  4. String? campaignId,
  5. String? displayName,
  6. String? entityStatus,
  7. FrequencyCap? frequencyCap,
  8. String? insertionOrderId,
  9. String? insertionOrderType,
  10. IntegrationDetails? integrationDetails,
  11. Kpi? kpi,
  12. String? name,
  13. Pacing? pacing,
  14. List<PartnerCost>? partnerCosts,
  15. String? reservationType,
  16. String? updateTime,
})

Implementation

InsertionOrder({
  this.advertiserId,
  this.bidStrategy,
  this.budget,
  this.campaignId,
  this.displayName,
  this.entityStatus,
  this.frequencyCap,
  this.insertionOrderId,
  this.insertionOrderType,
  this.integrationDetails,
  this.kpi,
  this.name,
  this.pacing,
  this.partnerCosts,
  this.reservationType,
  this.updateTime,
});