InventoryItem class

Represents a buy from the Planning inventory store.

Constructors

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})
InventoryItem.fromJson(Map json_)

Properties

accountId String?
Account ID of this inventory item.
getter/setter pair
adSlots List<AdSlot>?
Ad slots of this inventory item.
getter/setter pair
advertiserId String?
Advertiser ID of this inventory item.
getter/setter pair
contentCategoryId String?
Content category ID of this inventory item.
getter/setter pair
estimatedClickThroughRate String?
Estimated click-through rate of this inventory item.
getter/setter pair
estimatedConversionRate String?
Estimated conversion rate of this inventory item.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of this inventory item.
getter/setter pair
inPlan bool?
Whether this inventory item is in plan.
getter/setter pair
kind String?
Identifies what kind of resource this is.
getter/setter pair
lastModifiedInfo LastModifiedInfo?
Information about the most recent modification of this inventory item.
getter/setter pair
name String?
Name of this inventory item.
getter/setter pair
negotiationChannelId String?
Negotiation channel ID of this inventory item.
getter/setter pair
orderId String?
Order ID of this inventory item.
getter/setter pair
placementStrategyId String?
Placement strategy ID of this inventory item.
getter/setter pair
pricing Pricing?
Pricing of this inventory item.
getter/setter pair
projectId String?
Project ID of this inventory item.
getter/setter pair
rfpId String?
RFP ID of this inventory item.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteId String?
ID of the site this inventory item is associated with.
getter/setter pair
subaccountId String?
Subaccount ID of this inventory item.
getter/setter pair
type String?
Type of inventory item. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited