EnvironmentSuperuserParameters

data class EnvironmentSuperuserParameters(val emailAddress: String? = null, val firstName: String? = null, val lastName: String? = null)

Parameters of the first Superuser for the FinSpace Environment

Constructors

Link copied to clipboard
constructor(emailAddress: String? = null, firstName: String? = null, lastName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val emailAddress: String? = null

Email address

Link copied to clipboard
val firstName: String? = null

First name

Link copied to clipboard
val lastName: String? = null

Last name