GoogleAdsSearchads360V23ResourcesAdGroupCriterionSimulation constructor

GoogleAdsSearchads360V23ResourcesAdGroupCriterionSimulation({
  1. String? adGroupId,
  2. GoogleAdsSearchads360V23CommonCpcBidSimulationPointList? cpcBidPointList,
  3. String? criterionId,
  4. String? endDate,
  5. String? modificationMethod,
  6. GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList? percentCpcBidPointList,
  7. String? resourceName,
  8. String? startDate,
  9. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupCriterionSimulation({
  this.adGroupId,
  this.cpcBidPointList,
  this.criterionId,
  this.endDate,
  this.modificationMethod,
  this.percentCpcBidPointList,
  this.resourceName,
  this.startDate,
  this.type,
});