User

io.letsstreamit.services.profile.core.models.User
case class User(email: String, username: String, bio: Option[String], videos: Option[List[String]])

User data model for a user

Value parameters

bio

bio of the user

email

email of the user

username

username of the user

videos

list of video ids the user has watched

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product