GoogleAdsSearchads360V23ResourcesAdGroupSimulation constructor

GoogleAdsSearchads360V23ResourcesAdGroupSimulation({
  1. String? adGroupId,
  2. GoogleAdsSearchads360V23CommonCpcBidSimulationPointList? cpcBidPointList,
  3. GoogleAdsSearchads360V23CommonCpvBidSimulationPointList? cpvBidPointList,
  4. String? endDate,
  5. String? modificationMethod,
  6. String? resourceName,
  7. String? startDate,
  8. GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList? targetCpaPointList,
  9. GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList? targetRoasPointList,
  10. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupSimulation({
  this.adGroupId,
  this.cpcBidPointList,
  this.cpvBidPointList,
  this.endDate,
  this.modificationMethod,
  this.resourceName,
  this.startDate,
  this.targetCpaPointList,
  this.targetRoasPointList,
  this.type,
});