WebApiModulesSettingsSourceSettingsSourceSource constructor

const WebApiModulesSettingsSourceSettingsSourceSource({
  1. String? sourceId,
  2. String? source,
  3. String? sourceType,
  4. String? description,
  5. String? path,
  6. String? fileName,
  7. String? ftpHost,
  8. int? ftpPort,
  9. String? ftpUserName,
  10. String? ftpPassword,
  11. String? ftpPath,
  12. String? ftpFileName,
  13. bool? ftpArchive,
  14. String? ftpArchivePath,
  15. bool? ftpSsl,
  16. String? temporaryFtpFileName,
  17. bool? inactive,
  18. bool? systemSource,
  19. String? temporarySoapPath,
  20. String? webServiceUserName,
  21. String? webServicePassword,
  22. bool? useProxy,
  23. String? proxy,
  24. int? proxyPort,
  25. String? proxyUserName,
  26. String? proxyPassword,
  27. String? dateStamp,
  28. String? auditNote,
  29. String? recordTitle,
  30. dynamic urlIdentifier,
  31. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  32. List<FwStandardDataFwCustomValue>? custom,
  33. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  34. FwStandardBusinessLogicFwBusinessLogic? original,
  35. List<FwStandardDataFwTranslatedValue>? translation,
  36. bool? hasImport,
  37. bool? hasDocuments,
  38. String? createdByUserId,
  39. String? createdByUserName,
  40. String? createdDateTime,
  41. String? modifiedByUserId,
  42. String? modifiedByUserName,
  43. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsSourceSettingsSourceSource({
  this.sourceId,
  this.source,
  this.sourceType,
  this.description,
  this.path,
  this.fileName,
  this.ftpHost,
  this.ftpPort,
  this.ftpUserName,
  this.ftpPassword,
  this.ftpPath,
  this.ftpFileName,
  this.ftpArchive,
  this.ftpArchivePath,
  this.ftpSsl,
  this.temporaryFtpFileName,
  this.inactive,
  this.systemSource,
  this.temporarySoapPath,
  this.webServiceUserName,
  this.webServicePassword,
  this.useProxy,
  this.proxy,
  this.proxyPort,
  this.proxyUserName,
  this.proxyPassword,
  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,
});