WebApiModulesSettingsCalendarSettingsHolidayHoliday constructor
const
WebApiModulesSettingsCalendarSettingsHolidayHoliday({
- String? holidayId,
- String? holiday,
- String? countryId,
- String? country,
- bool? custom,
- bool? observed,
- String? type,
- int? fixedMonth,
- int? fixedDay,
- int? fixedYear,
- int? dayOfWeek,
- int? weekOfMonth,
- int? adjustment,
- String? offsetHolidayId,
- String? offsetHoliday,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? $custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});