GoogleAdsSearchads360V23ServicesReachForecast class
A point on reach curve.
Constructors
-
GoogleAdsSearchads360V23ServicesReachForecast({String? costMicros, GoogleAdsSearchads360V23ServicesForecast? forecast, List<
GoogleAdsSearchads360V23ServicesPlannedProductReachForecast> ? plannedProductReachForecasts}) - GoogleAdsSearchads360V23ServicesReachForecast.fromJson(Map json_)
Properties
- costMicros ↔ String?
-
The cost in micros.
getter/setter pair
- forecast ↔ GoogleAdsSearchads360V23ServicesForecast?
-
Forecasted traffic metrics for this point.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
plannedProductReachForecasts
↔ List<
GoogleAdsSearchads360V23ServicesPlannedProductReachForecast> ? -
The forecasted allocation and traffic metrics for each planned product at
this point on the reach curve.
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