GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelLength constructor

GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelLength({
  1. int? maxNights,
  2. int? minNights,
})

Implementation

GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelLength({
  this.maxNights,
  this.minNights,
});