WebApiModulesSettingsCalendarSettingsHolidayHoliday constructor

WebApiModulesSettingsCalendarSettingsHolidayHoliday({
  1. String? holidayId,
  2. String? holiday,
  3. String? countryId,
  4. String? country,
  5. bool? custom,
  6. bool? observed,
  7. String? type,
  8. int? fixedMonth,
  9. int? fixedDay,
  10. int? fixedYear,
  11. int? dayOfWeek,
  12. int? weekOfMonth,
  13. int? adjustment,
  14. String? offsetHolidayId,
  15. String? offsetHoliday,
  16. bool? inactive,
  17. String? dateStamp,
  18. String? auditNote,
  19. String? recordTitle,
  20. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  21. List<FwStandardDataFwCustomValue>? $custom,
  22. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

Implementation

WebApiModulesSettingsCalendarSettingsHolidayHoliday({
  this.holidayId,
  this.holiday,
  this.countryId,
  this.country,
  this.custom,
  this.observed,
  this.type,
  this.fixedMonth,
  this.fixedDay,
  this.fixedYear,
  this.dayOfWeek,
  this.weekOfMonth,
  this.adjustment,
  this.offsetHolidayId,
  this.offsetHoliday,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.$custom,
  this.defaultFieldAttributes,
});