InventoryItem constructor

InventoryItem({
  1. String? accountId,
  2. List<AdSlot>? adSlots,
  3. String? advertiserId,
  4. String? contentCategoryId,
  5. String? estimatedClickThroughRate,
  6. String? estimatedConversionRate,
  7. String? id,
  8. bool? inPlan,
  9. String? kind,
  10. LastModifiedInfo? lastModifiedInfo,
  11. String? name,
  12. String? negotiationChannelId,
  13. String? orderId,
  14. String? placementStrategyId,
  15. Pricing? pricing,
  16. String? projectId,
  17. String? rfpId,
  18. String? siteId,
  19. String? subaccountId,
  20. String? type,
})

Implementation

InventoryItem({
  this.accountId,
  this.adSlots,
  this.advertiserId,
  this.contentCategoryId,
  this.estimatedClickThroughRate,
  this.estimatedConversionRate,
  this.id,
  this.inPlan,
  this.kind,
  this.lastModifiedInfo,
  this.name,
  this.negotiationChannelId,
  this.orderId,
  this.placementStrategyId,
  this.pricing,
  this.projectId,
  this.rfpId,
  this.siteId,
  this.subaccountId,
  this.type,
});