InsertionOrder constructor

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

Implementation

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