GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleInfo constructor

GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleInfo({
  1. String? cityCriterionId,
  2. String? countryCriterionId,
  3. String? hotelClass,
  4. String? itemCode,
  5. String? regionCriterionId,
})

Implementation

GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleInfo({
  this.cityCriterionId,
  this.countryCriterionId,
  this.hotelClass,
  this.itemCode,
  this.regionCriterionId,
});