GoogleAdsSearchads360V23ResourcesBiddingStrategySimulation class
A bidding strategy simulation.
Supported combinations of simulation type and simulation modification method are detailed below respectively. 1. TARGET_CPA - UNIFORM 2. TARGET_ROAS - UNIFORM
Constructors
- GoogleAdsSearchads360V23ResourcesBiddingStrategySimulation({String? biddingStrategyId, String? endDate, String? modificationMethod, String? resourceName, String? startDate, GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList? targetCpaPointList, GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList? targetRoasPointList, String? type})
- GoogleAdsSearchads360V23ResourcesBiddingStrategySimulation.fromJson(Map json_)
Properties
- biddingStrategyId ↔ String?
-
Bidding strategy shared set id of the simulation.
getter/setter pair
- endDate ↔ String?
-
Last day on which the simulation is based, in YYYY-MM-DD format
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- modificationMethod ↔ String?
-
How the simulation modifies the field.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the bidding strategy simulation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate ↔ String?
-
First day on which the simulation is based, in YYYY-MM-DD format.
getter/setter pair
- targetCpaPointList ↔ GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList?
-
Simulation points if the simulation type is TARGET_CPA.
getter/setter pair
- targetRoasPointList ↔ GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList?
-
Simulation points if the simulation type is TARGET_ROAS.
getter/setter pair
- type ↔ String?
-
The field that the simulation modifies.
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