GoogleAdsSearchads360V23ResourcesExperimentArm constructor

GoogleAdsSearchads360V23ResourcesExperimentArm({
  1. List<GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupInfo>? assetGroups,
  2. List<String>? campaigns,
  3. bool? control,
  4. String? experiment,
  5. List<String>? inDesignCampaigns,
  6. String? name,
  7. String? resourceName,
  8. String? trafficSplit,
})

Implementation

GoogleAdsSearchads360V23ResourcesExperimentArm({
  this.assetGroups,
  this.campaigns,
  this.control,
  this.experiment,
  this.inDesignCampaigns,
  this.name,
  this.resourceName,
  this.trafficSplit,
});