GetEmailIdentityPlainArgs

data class GetEmailIdentityPlainArgs(val emailIdentity: String) : ConvertibleToJava<GetEmailIdentityPlainArgs>

Constructors

Link copied to clipboard
constructor(emailIdentity: String)

Properties

Link copied to clipboard

The email address or domain to verify.

Functions

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