GoogleAdsSearchads360V23ResourcesCampaignGeoTargetTypeSetting constructor

GoogleAdsSearchads360V23ResourcesCampaignGeoTargetTypeSetting({
  1. String? negativeGeoTargetType,
  2. String? positiveGeoTargetType,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignGeoTargetTypeSetting({
  this.negativeGeoTargetType,
  this.positiveGeoTargetType,
});