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. String? recipientsJson,
  10. bool? inactive,
  11. List<FwStandardModulesAdministratorAlertAlertCondition>? alertConditionList,
  12. String? dateStamp,
  13. String? auditNote,
  14. String? recordTitle,
  15. dynamic urlIdentifier,
  16. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  17. List<FwStandardDataFwCustomValue>? custom,
  18. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  19. FwStandardBusinessLogicFwBusinessLogic? original,
  20. List<FwStandardDataFwTranslatedValue>? translation,
  21. bool? hasImport,
  22. bool? hasDocuments,
  23. String? createdByUserId,
  24. String? createdByUserName,
  25. String? createdDateTime,
  26. String? modifiedByUserId,
  27. String? modifiedByUserName,
  28. String? modifiedDateTime,
})

Implementation

const FwStandardModulesAdministratorAlertAlertLogic({
  this.alertId,
  this.alertName,
  this.moduleName,
  this.actionNew,
  this.actionEdit,
  this.actionDelete,
  this.alertSubject,
  this.alertBody,
  this.recipientsJson,
  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.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});