FwStandardModulesAdministratorAlertAlertLogic constructor
const
FwStandardModulesAdministratorAlertAlertLogic({
- String? alertId,
- String? alertName,
- String? moduleName,
- bool? actionNew,
- bool? actionEdit,
- bool? actionDelete,
- String? alertSubject,
- String? alertBody,
- String? recipientsJson,
- bool? inactive,
- List<
FwStandardModulesAdministratorAlertAlertCondition> ? alertConditionList, - String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});