SendRfpRequest constructor

SendRfpRequest({
  1. List<Contact>? buyerContacts,
  2. String? client,
  3. String? displayName,
  4. Money? estimatedGrossSpend,
  5. String? flightEndTime,
  6. String? flightStartTime,
  7. CriteriaTargeting? geoTargeting,
  8. InventorySizeTargeting? inventorySizeTargeting,
  9. String? note,
  10. PreferredDealTerms? preferredDealTerms,
  11. ProgrammaticGuaranteedTerms? programmaticGuaranteedTerms,
  12. String? publisherProfile,
})

Implementation

SendRfpRequest({
  this.buyerContacts,
  this.client,
  this.displayName,
  this.estimatedGrossSpend,
  this.flightEndTime,
  this.flightStartTime,
  this.geoTargeting,
  this.inventorySizeTargeting,
  this.note,
  this.preferredDealTerms,
  this.programmaticGuaranteedTerms,
  this.publisherProfile,
});