$DayAndTimeAssignedTargetingOptionDetails constructor

$DayAndTimeAssignedTargetingOptionDetails({
  1. String? dayOfWeek,
  2. int? endHour,
  3. int? startHour,
  4. String? timeZoneResolution,
})

Implementation

$DayAndTimeAssignedTargetingOptionDetails({
  this.dayOfWeek,
  this.endHour,
  this.startHour,
  this.timeZoneResolution,
});