FwStandardModulesAdministratorWebAlertLogWebAlertLogLogic constructor

FwStandardModulesAdministratorWebAlertLogWebAlertLogLogic({
  1. int? webAlertLogId,
  2. String? alertId,
  3. DateTime? createDateTime,
  4. String? alertSubject,
  5. String? alertBody,
  6. String? alertFrom,
  7. String? alertTo,
  8. String? status,
  9. String? errorMessage,
  10. String? dateStamp,
  11. String? auditNote,
  12. String? recordTitle,
  13. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  14. List<FwStandardDataFwCustomValue>? custom,
  15. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  16. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

FwStandardModulesAdministratorWebAlertLogWebAlertLogLogic({
  this.webAlertLogId,
  this.alertId,
  this.createDateTime,
  this.alertSubject,
  this.alertBody,
  this.alertFrom,
  this.alertTo,
  this.status,
  this.errorMessage,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});