GetRealmSmtpServer

data class GetRealmSmtpServer(val auths: List<GetRealmSmtpServerAuth>, val envelopeFrom: String, val from: String, val fromDisplayName: String, val host: String, val port: String, val replyTo: String, val replyToDisplayName: String, val ssl: Boolean, val starttls: Boolean) : ConvertibleToJava<GetRealmSmtpServer>

Constructors

Link copied to clipboard
constructor(auths: List<GetRealmSmtpServerAuth>, envelopeFrom: String, from: String, fromDisplayName: String, host: String, port: String, replyTo: String, replyToDisplayName: String, ssl: Boolean, starttls: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): GetRealmSmtpServer