GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleGeoLocationCondition constructor

GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleGeoLocationCondition({
  1. String? excludedGeoMatchType,
  2. List<String>? excludedGeoTargetConstants,
  3. String? geoMatchType,
  4. List<String>? geoTargetConstants,
})

Implementation

GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleGeoLocationCondition({
  this.excludedGeoMatchType,
  this.excludedGeoTargetConstants,
  this.geoMatchType,
  this.geoTargetConstants,
});