CreateUserByName

data class CreateUserByName(val name: String, val password: String? = null)

The create user by name request body.

Constructors

Link copied to clipboard
constructor(name: String, password: String? = null)

Properties

Link copied to clipboard

The username.

Link copied to clipboard
val password: String? = null

The password.