GoogleAdsSearchads360V23ServicesBiddableKeyword constructor

GoogleAdsSearchads360V23ServicesBiddableKeyword({
  1. GoogleAdsSearchads360V23CommonKeywordInfo? keyword,
  2. String? maxCpcBidMicros,
})

Implementation

GoogleAdsSearchads360V23ServicesBiddableKeyword({
  this.keyword,
  this.maxCpcBidMicros,
});