FwStandardModulesAdministratorWebAlertLogWebAlertLogLogic constructor
FwStandardModulesAdministratorWebAlertLogWebAlertLogLogic({
- int? webAlertLogId,
- String? alertId,
- DateTime? createDateTime,
- String? alertSubject,
- String? alertBody,
- String? alertFrom,
- String? alertTo,
- String? status,
- String? errorMessage,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});