WebApiModulesSettingsSourceSettingsSourceSource constructor

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. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  31. List<FwStandardDataFwCustomValue>? custom,
  32. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  33. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

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.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});