GoogleAdsSearchads360V23ResourcesCampaignSimulation constructor

GoogleAdsSearchads360V23ResourcesCampaignSimulation({
  1. GoogleAdsSearchads360V23CommonBudgetSimulationPointList? budgetPointList,
  2. String? campaignId,
  3. GoogleAdsSearchads360V23CommonCpcBidSimulationPointList? cpcBidPointList,
  4. String? endDate,
  5. String? modificationMethod,
  6. String? resourceName,
  7. String? startDate,
  8. GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList? targetCpaPointList,
  9. GoogleAdsSearchads360V23CommonTargetImpressionShareSimulationPointList? targetImpressionSharePointList,
  10. GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList? targetRoasPointList,
  11. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignSimulation({
  this.budgetPointList,
  this.campaignId,
  this.cpcBidPointList,
  this.endDate,
  this.modificationMethod,
  this.resourceName,
  this.startDate,
  this.targetCpaPointList,
  this.targetImpressionSharePointList,
  this.targetRoasPointList,
  this.type,
});