WebApiModulesUtilitiesWebImportWebImport constructor
const
WebApiModulesUtilitiesWebImportWebImport({
- int? webImportId,
- String? userId,
- String? userName,
- String? moduleName,
- String? description,
- String? importDateTime,
- int? totalRecords,
- int? totalImported,
- int? totalFailed,
- 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 WebApiModulesUtilitiesWebImportWebImport({
this.webImportId,
this.userId,
this.userName,
this.moduleName,
this.description,
this.importDateTime,
this.totalRecords,
this.totalImported,
this.totalFailed,
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,
});