FwStandardModulesAdministratorAlertAlertLogic constructor

FwStandardModulesAdministratorAlertAlertLogic({
  1. String? alertId,
  2. String? alertName,
  3. String? moduleName,
  4. bool? actionNew,
  5. bool? actionEdit,
  6. bool? actionDelete,
  7. String? alertSubject,
  8. String? alertBody,
  9. bool? inactive,
  10. List<FwStandardModulesAdministratorAlertAlertCondition>? alertConditionList,
  11. String? dateStamp,
  12. String? auditNote,
  13. String? recordTitle,
  14. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  15. List<FwStandardDataFwCustomValue>? custom,
  16. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  17. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

FwStandardModulesAdministratorAlertAlertLogic({
  this.alertId,
  this.alertName,
  this.moduleName,
  this.actionNew,
  this.actionEdit,
  this.actionDelete,
  this.alertSubject,
  this.alertBody,
  this.inactive,
  this.alertConditionList,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});