GoogleAdsSearchads360V23ResourcesCampaignCategoryBid constructor

GoogleAdsSearchads360V23ResourcesCampaignCategoryBid({
  1. String? categoryId,
  2. String? manualCpaBidMicros,
  3. String? targetCpaBidMicros,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignCategoryBid({
  this.categoryId,
  this.manualCpaBidMicros,
  this.targetCpaBidMicros,
});