UserDetails

io.github.pidoveproject.showdown.protocol.server.query.ResponseContent.UserDetails
final case class UserDetails(details: UserInfo)

The details of a user.

Attributes

Source
ResponseContent.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product