WebApiModulesAdministratorSystemAccessDepartmentAccessDepartmentAccess constructor
WebApiModulesAdministratorSystemAccessDepartmentAccessDepartmentAccess({
- String? departmentId,
- String? department,
- String? departmentCode,
- String? divisionId,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesAdministratorSystemAccessDepartmentAccessDepartmentAccess({
this.departmentId,
this.department,
this.departmentCode,
this.divisionId,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});