GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroupKeyword constructor

GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroupKeyword({
  1. String? cpcBidMicros,
  2. String? id,
  3. String? keywordPlanAdGroup,
  4. String? matchType,
  5. bool? negative,
  6. String? resourceName,
  7. String? text,
})

Implementation

GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroupKeyword({
  this.cpcBidMicros,
  this.id,
  this.keywordPlanAdGroup,
  this.matchType,
  this.negative,
  this.resourceName,
  this.text,
});