FwStandardModulesAdministratorWebEventLogWebEventLogLogic constructor
const
FwStandardModulesAdministratorWebEventLogWebEventLogLogic({
- int? id,
- String? serverName,
- String? webUsersId,
- String? userId,
- String? userName,
- String? logType,
- String? message,
- String? data,
- int? totalMemoryUsageBytes,
- String? totalMemoryUsageKiloBytes,
- String? totalMemoryUsageMegaBytes,
- String? totalMemoryUsageGigaBytes,
- String? hourStr,
- String? dateStr,
- String? activityDate,
- 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 FwStandardModulesAdministratorWebEventLogWebEventLogLogic({
this.id,
this.serverName,
this.webUsersId,
this.userId,
this.userName,
this.logType,
this.message,
this.data,
this.totalMemoryUsageBytes,
this.totalMemoryUsageKiloBytes,
this.totalMemoryUsageMegaBytes,
this.totalMemoryUsageGigaBytes,
this.hourStr,
this.dateStr,
this.activityDate,
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,
});