InventoryItem constructor
InventoryItem({
- String? accountId,
- List<
AdSlot> ? adSlots, - String? advertiserId,
- String? contentCategoryId,
- String? estimatedClickThroughRate,
- String? estimatedConversionRate,
- String? id,
- bool? inPlan,
- String? kind,
- LastModifiedInfo? lastModifiedInfo,
- String? name,
- String? negotiationChannelId,
- String? orderId,
- String? placementStrategyId,
- Pricing? pricing,
- String? projectId,
- String? rfpId,
- String? siteId,
- String? subaccountId,
- 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,
});