GoogleAdsSearchads360V23ResourcesCampaignConversionGoal constructor

GoogleAdsSearchads360V23ResourcesCampaignConversionGoal({
  1. bool? biddable,
  2. String? campaign,
  3. String? category,
  4. String? origin,
  5. String? resourceName,
  6. bool? searchAds360Biddable,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignConversionGoal({
  this.biddable,
  this.campaign,
  this.category,
  this.origin,
  this.resourceName,
  this.searchAds360Biddable,
});