GoogleAdsSearchads360V23ServicesForecastAdGroup constructor

GoogleAdsSearchads360V23ServicesForecastAdGroup({
  1. List<GoogleAdsSearchads360V23ServicesBiddableKeyword>? biddableKeywords,
  2. String? maxCpcBidMicros,
  3. List<GoogleAdsSearchads360V23CommonKeywordInfo>? negativeKeywords,
})

Implementation

GoogleAdsSearchads360V23ServicesForecastAdGroup({
  this.biddableKeywords,
  this.maxCpcBidMicros,
  this.negativeKeywords,
});