WebApiModulesSettingsLaborSettingsCrewScheduleStatusCrewScheduleStatus constructor
WebApiModulesSettingsLaborSettingsCrewScheduleStatusCrewScheduleStatus({
- String? scheduleStatusId,
- String? scheduleStatus,
- String? statusAction,
- String? color,
- bool? whiteText,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsLaborSettingsCrewScheduleStatusCrewScheduleStatus({
this.scheduleStatusId,
this.scheduleStatus,
this.statusAction,
this.color,
this.whiteText,
this.inactive,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});