GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelStartDay constructor

GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelStartDay({
  1. bool? friday,
  2. bool? monday,
  3. bool? saturday,
  4. bool? sunday,
  5. bool? thursday,
  6. bool? tuesday,
  7. bool? wednesday,
})

Implementation

GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelStartDay({
  this.friday,
  this.monday,
  this.saturday,
  this.sunday,
  this.thursday,
  this.tuesday,
  this.wednesday,
});