GoogleAdsSearchads360V23ServicesApplyRecommendationOperationKeywordParameters constructor

GoogleAdsSearchads360V23ServicesApplyRecommendationOperationKeywordParameters({
  1. String? adGroup,
  2. String? cpcBidMicros,
  3. String? matchType,
})

Implementation

GoogleAdsSearchads360V23ServicesApplyRecommendationOperationKeywordParameters({
  this.adGroup,
  this.cpcBidMicros,
  this.matchType,
});