DatafeedFetchSchedule constructor

DatafeedFetchSchedule({
  1. int? dayOfMonth,
  2. String? fetchUrl,
  3. int? hour,
  4. int? minuteOfHour,
  5. String? password,
  6. bool? paused,
  7. String? timeZone,
  8. String? username,
  9. String? weekday,
})

Implementation

DatafeedFetchSchedule({
  this.dayOfMonth,
  this.fetchUrl,
  this.hour,
  this.minuteOfHour,
  this.password,
  this.paused,
  this.timeZone,
  this.username,
  this.weekday,
});