Result

io.github.juliano.randomuser.Content.Result
See theResult companion object
final case class Result(gender: Option[String], name: Option[Name], location: Option[Location], email: Option[String], login: Option[Login], dob: Option[DateAndAge], registered: Option[DateAndAge], phone: Option[String], cell: Option[String], id: Option[Id], picture: Option[Picture], nat: Option[String])

Attributes

Companion
object
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