InsertionOrderBudgetSegment class
Settings that control the budget of a single budget segment.
Constructors
- InsertionOrderBudgetSegment({String? budgetAmountMicros, String? campaignBudgetId, DateRange? dateRange, String? description})
- InsertionOrderBudgetSegment.fromJson(Map json_)
Properties
- budgetAmountMicros ↔ String?
-
The budget amount the insertion order will spend for the given date_range.
getter/setter pair
- campaignBudgetId ↔ String?
-
The budget_id of the campaign budget that this insertion order budget
segment is a part of.
getter/setter pair
- dateRange ↔ DateRange?
-
The start and end date settings of the budget segment.
getter/setter pair
- description ↔ String?
-
The budget segment description.
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