AccountInfo

data class AccountInfo(val uuid: UUID, val name: String)

Represents the end-user's account information.

Constructors

Link copied to clipboard
constructor(uuid: UUID, name: String)

Properties

Link copied to clipboard

The name of the end-user.

Link copied to clipboard
val uuid: UUID

The UUID of the end-user.