WebApiModulesSettingsCalendarSettingsHolidayHoliday constructor

const 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. dynamic urlIdentifier,
  21. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  22. List<FwStandardDataFwCustomValue>? $custom,
  23. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  24. FwStandardBusinessLogicFwBusinessLogic? original,
  25. List<FwStandardDataFwTranslatedValue>? translation,
  26. bool? hasImport,
  27. bool? hasDocuments,
  28. String? createdByUserId,
  29. String? createdByUserName,
  30. String? createdDateTime,
  31. String? modifiedByUserId,
  32. String? modifiedByUserName,
  33. String? modifiedDateTime,
})

Implementation

const 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.urlIdentifier,
  this.fields,
  this.$custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});