InventorySource constructor

InventorySource({
  1. String? commitment,
  2. List<CreativeConfig>? creativeConfigs,
  3. String? dealId,
  4. String? deliveryMethod,
  5. String? displayName,
  6. String? exchange,
  7. String? guaranteedOrderId,
  8. String? inventorySourceId,
  9. String? inventorySourceProductType,
  10. String? inventorySourceType,
  11. String? name,
  12. String? publisherName,
  13. RateDetails? rateDetails,
  14. List<String>? readAdvertiserIds,
  15. List<String>? readPartnerIds,
  16. InventorySourceAccessors? readWriteAccessors,
  17. InventorySourceStatus? status,
  18. TimeRange? timeRange,
  19. String? updateTime,
})

Implementation

InventorySource({
  this.commitment,
  this.creativeConfigs,
  this.dealId,
  this.deliveryMethod,
  this.displayName,
  this.exchange,
  this.guaranteedOrderId,
  this.inventorySourceId,
  this.inventorySourceProductType,
  this.inventorySourceType,
  this.name,
  this.publisherName,
  this.rateDetails,
  this.readAdvertiserIds,
  this.readPartnerIds,
  this.readWriteAccessors,
  this.status,
  this.timeRange,
  this.updateTime,
});