WebApiModulesSettingsSourceSettingsSourceSource constructor
WebApiModulesSettingsSourceSettingsSourceSource({
- String? sourceId,
- String? source,
- String? sourceType,
- String? description,
- String? path,
- String? fileName,
- String? ftpHost,
- int? ftpPort,
- String? ftpUserName,
- String? ftpPassword,
- String? ftpPath,
- String? ftpFileName,
- bool? ftpArchive,
- String? ftpArchivePath,
- bool? ftpSsl,
- String? temporaryFtpFileName,
- bool? inactive,
- bool? systemSource,
- String? temporarySoapPath,
- String? webServiceUserName,
- String? webServicePassword,
- bool? useProxy,
- String? proxy,
- int? proxyPort,
- String? proxyUserName,
- String? proxyPassword,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});