Config

@Serializable
data class Config(var newEmail: String = "") : LinkType.Config(source)

The configuration for the EmailChangeCurrent and EmailChangeNew link type

Parameters

newEmail

The new email of the user

Constructors

Link copied to clipboard
constructor(newEmail: String = "")

Properties

Link copied to clipboard

The email of the user

Link copied to clipboard
@SerialName(value = "new_email")
var newEmail: String