WebApiModulesSettingsSystemSettingsEmailSettingsEmailSettings constructor
const
WebApiModulesSettingsSystemSettingsEmailSettingsEmailSettings({
- String? emailSettingsId,
- String? host,
- int? port,
- bool? enableSsl,
- String? accountPassword,
- String? accountUsername,
- String? authenticationType,
- int? deleteDays,
- String? emailFromAddress,
- String? emailFromDisplay,
- bool? enableReplyTo,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const 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.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});