FwStandardModulesAdministratorAlertAlertLogic constructor

const 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. dynamic urlIdentifier,
  15. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  16. List<FwStandardDataFwCustomValue>? custom,
  17. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  18. FwStandardBusinessLogicFwBusinessLogic? original,
  19. List<FwStandardDataFwTranslatedValue>? translation,
  20. bool? hasImport,
  21. String? createdByUserId,
  22. String? createdByUserName,
  23. String? createdDateTime,
  24. String? modifiedByUserId,
  25. String? modifiedByUserName,
  26. String? modifiedDateTime,
})

Implementation

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