GoogleAdsSearchads360V23ResourcesAdGroupSimulation constructor
GoogleAdsSearchads360V23ResourcesAdGroupSimulation({
- String? adGroupId,
- GoogleAdsSearchads360V23CommonCpcBidSimulationPointList? cpcBidPointList,
- GoogleAdsSearchads360V23CommonCpvBidSimulationPointList? cpvBidPointList,
- String? endDate,
- String? modificationMethod,
- String? resourceName,
- String? startDate,
- GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList? targetCpaPointList,
- GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList? targetRoasPointList,
- String? type,
Implementation
GoogleAdsSearchads360V23ResourcesAdGroupSimulation({
this.adGroupId,
this.cpcBidPointList,
this.cpvBidPointList,
this.endDate,
this.modificationMethod,
this.resourceName,
this.startDate,
this.targetCpaPointList,
this.targetRoasPointList,
this.type,
});