WebApiModulesSettingsSystemSettingsEmailSettingsEmailSettings constructor

WebApiModulesSettingsSystemSettingsEmailSettingsEmailSettings({
  1. String? emailSettingsId,
  2. String? host,
  3. int? port,
  4. bool? enableSsl,
  5. String? accountPassword,
  6. String? accountUsername,
  7. String? authenticationType,
  8. int? deleteDays,
  9. String? emailFromAddress,
  10. String? emailFromDisplay,
  11. bool? enableReplyTo,
  12. String? dateStamp,
  13. String? auditNote,
  14. String? recordTitle,
  15. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  16. List<FwStandardDataFwCustomValue>? custom,
  17. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  18. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsSystemSettingsEmailSettingsEmailSettings({
  this.emailSettingsId,
  this.host,
  this.port,
  this.enableSsl,
  this.accountPassword,
  this.accountUsername,
  this.authenticationType,
  this.deleteDays,
  this.emailFromAddress,
  this.emailFromDisplay,
  this.enableReplyTo,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});