InsertionOrderBudget class

Settings that control how insertion order budget is allocated.

Constructors

InsertionOrderBudget({String? automationType, List<InsertionOrderBudgetSegment>? budgetSegments, String? budgetUnit})
InsertionOrderBudget.fromJson(Map json_)

Properties

automationType String?
The type of automation used to manage bid and budget for the insertion order.
getter/setter pair
budgetSegments List<InsertionOrderBudgetSegment>?
The list of budget segments.
getter/setter pair
budgetUnit String?
The budget unit specifies whether the budget is currency based or impression based.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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