SendRfpRequest constructor
SendRfpRequest({
- List<
Contact> ? buyerContacts, - String? client,
- String? displayName,
- Money? estimatedGrossSpend,
- String? flightEndTime,
- String? flightStartTime,
- CriteriaTargeting? geoTargeting,
- InventorySizeTargeting? inventorySizeTargeting,
- String? note,
- PreferredDealTerms? preferredDealTerms,
- ProgrammaticGuaranteedTerms? programmaticGuaranteedTerms,
- 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,
});