GoogleAdsSearchads360V23ResourcesBiddingStrategySimulation constructor

GoogleAdsSearchads360V23ResourcesBiddingStrategySimulation({
  1. String? biddingStrategyId,
  2. String? endDate,
  3. String? modificationMethod,
  4. String? resourceName,
  5. String? startDate,
  6. GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList? targetCpaPointList,
  7. GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList? targetRoasPointList,
  8. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesBiddingStrategySimulation({
  this.biddingStrategyId,
  this.endDate,
  this.modificationMethod,
  this.resourceName,
  this.startDate,
  this.targetCpaPointList,
  this.targetRoasPointList,
  this.type,
});