InsertionOrder class

A single insertion order.

Constructors

InsertionOrder({String? advertiserId, BiddingStrategy? bidStrategy, String? billableOutcome, InsertionOrderBudget? budget, String? campaignId, String? displayName, String? entityStatus, FrequencyCap? frequencyCap, String? insertionOrderId, String? insertionOrderType, IntegrationDetails? integrationDetails, String? name, Pacing? pacing, List<PartnerCost>? partnerCosts, PerformanceGoal? performanceGoal, String? reservationType, String? updateTime})
InsertionOrder.fromJson(Map json_)

Properties

advertiserId String?
The unique ID of the advertiser the insertion order belongs to.
getter/setter pair
bidStrategy BiddingStrategy?
The bidding strategy of the insertion order.
getter/setter pair
billableOutcome String?
The billable outcome of the insertion order.
getter/setter pair
budget InsertionOrderBudget?
The budget allocation settings of the insertion order.
getter/setter pair
campaignId String?
The unique ID of the campaign that the insertion order belongs to.
getter/setter pair
displayName String?
The display name of the insertion order.
getter/setter pair
entityStatus String?
Controls whether or not the insertion order can spend its budget and bid on inventory.
getter/setter pair
frequencyCap FrequencyCap?
The frequency capping setting of the insertion order.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insertionOrderId String?
The unique ID of the insertion order.
getter/setter pair
insertionOrderType String?
The type of insertion order.
getter/setter pair
integrationDetails IntegrationDetails?
Additional integration details of the insertion order.
getter/setter pair
name String?
The resource name of the insertion order.
getter/setter pair
pacing Pacing?
The budget spending speed setting of the insertion order.
getter/setter pair
partnerCosts List<PartnerCost>?
The partner costs associated with the insertion order.
getter/setter pair
performanceGoal PerformanceGoal?
Performance goal of the insertion order.
getter/setter pair
reservationType String?
The reservation type of the insertion order.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The timestamp when the insertion order was last updated.
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