GoogleAdsSearchads360V23ResourcesCampaignSimulation constructor
GoogleAdsSearchads360V23ResourcesCampaignSimulation({
- GoogleAdsSearchads360V23CommonBudgetSimulationPointList? budgetPointList,
- String? campaignId,
- GoogleAdsSearchads360V23CommonCpcBidSimulationPointList? cpcBidPointList,
- String? endDate,
- String? modificationMethod,
- String? resourceName,
- String? startDate,
- GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList? targetCpaPointList,
- GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList? targetRoasPointList,
- 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,
});