User

final case class User(id: Long, login: String, avatar_url: String, html_url: String, name: Option[String], email: Option[String], company: Option[String], blog: Option[String], location: Option[String], bio: Option[String], followers_url: Option[String], following_url: Option[String], `type`: String, hireable: Option[Boolean], public_repos: Option[Int], contributions: Option[Int])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product