GoogleAdsSearchads360V23ResourcesKeywordPlanCampaign constructor

GoogleAdsSearchads360V23ResourcesKeywordPlanCampaign({
  1. String? cpcBidMicros,
  2. List<GoogleAdsSearchads360V23ResourcesKeywordPlanGeoTarget>? geoTargets,
  3. String? id,
  4. String? keywordPlan,
  5. String? keywordPlanNetwork,
  6. List<String>? languageConstants,
  7. String? name,
  8. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesKeywordPlanCampaign({
  this.cpcBidMicros,
  this.geoTargets,
  this.id,
  this.keywordPlan,
  this.keywordPlanNetwork,
  this.languageConstants,
  this.name,
  this.resourceName,
});