DeliveryControl class
Message contains details about how the deals will be paced.
Constructors
-
DeliveryControl({String? creativeBlockingLevel, String? deliveryRateType, List<
FrequencyCap> ? frequencyCaps}) - DeliveryControl.fromJson(Map json_)
Properties
- creativeBlockingLevel ↔ String?
-
Specified the creative blocking levels to be applied.
getter/setter pair
- deliveryRateType ↔ String?
-
Specifies how the impression delivery will be paced.
getter/setter pair
-
frequencyCaps
↔ List<
FrequencyCap> ? -
Specifies any frequency caps.
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