GoogleAdsSearchads360V23CommonCpvBidSimulationPoint class
Projected metrics for a specific CPV bid amount.
Constructors
- GoogleAdsSearchads360V23CommonCpvBidSimulationPoint({String? costMicros, String? cpvBidMicros, String? impressions, String? views})
- GoogleAdsSearchads360V23CommonCpvBidSimulationPoint.fromJson(Map json_)
Properties
- costMicros ↔ String?
-
Projected cost in micros.
getter/setter pair
- cpvBidMicros ↔ String?
-
The simulated CPV bid upon which projected metrics are based.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- impressions ↔ String?
-
Projected number of impressions.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- views ↔ String?
-
Projected number of views.
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