PlannedProductForecast class
Performance metrics for a forecast point.
Constructors
- PlannedProductForecast({String? onTargetCoviewImpressions, String? onTargetCoviewReach, String? onTargetImpressions, String? onTargetReach, String? totalCoviewImpressions, String? totalCoviewReach, String? totalImpressions, String? totalReach, String? trueviewViews, String? viewableImpressions})
- PlannedProductForecast.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onTargetCoviewImpressions ↔ String?
-
Number of on-target impressions including co-viewers.
getter/setter pair
- onTargetCoviewReach ↔ String?
-
Number of unique people reached that match the on-target definition
including co-viewers.
getter/setter pair
- onTargetImpressions ↔ String?
-
Number of on-target impressions.
getter/setter pair
- onTargetReach ↔ String?
-
Number of unique people reached that match the on-target definition.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCoviewImpressions ↔ String?
-
Total number of impressions including co-viewers.
getter/setter pair
- totalCoviewReach ↔ String?
-
Total number of unique people reached including co-viewers.
getter/setter pair
- totalImpressions ↔ String?
-
Total number of impressions.
getter/setter pair
- totalReach ↔ String?
-
Total number of unique people reached.
getter/setter pair
- trueviewViews ↔ String?
-
Number of TrueView views.
getter/setter pair
- viewableImpressions ↔ String?
-
Number of viewable impressions.
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