GoogleAdsSearchads360V23CommonAdScheduleInfo constructor

GoogleAdsSearchads360V23CommonAdScheduleInfo({
  1. String? dayOfWeek,
  2. int? endHour,
  3. String? endMinute,
  4. int? startHour,
  5. String? startMinute,
})

Implementation

GoogleAdsSearchads360V23CommonAdScheduleInfo({
  this.dayOfWeek,
  this.endHour,
  this.endMinute,
  this.startHour,
  this.startMinute,
});