CreateUserRequest

@Serializable
data class CreateUserRequest(val name: String)

Data class representing a request to create a user.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the user to be created.