DeliveryControl class

Message contains details about how the deal will be paced.

Constructors

DeliveryControl({String? companionDeliveryType, String? creativeRotationType, String? deliveryRateType, List<FrequencyCap>? frequencyCap, String? roadblockingType})
DeliveryControl.fromJson(Map json_)

Properties

companionDeliveryType String?
Specifies roadblocking in a main companion lineitem.
getter/setter pair
creativeRotationType String?
Specifies strategy to use for selecting a creative when multiple creatives of the same size are available.
getter/setter pair
deliveryRateType String?
Specifies how the impression delivery will be paced.
getter/setter pair
frequencyCap List<FrequencyCap>?
Specifies any frequency caps.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
roadblockingType String?
Specifies the roadblocking type in display creatives.
getter/setter pair
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