VersionGroup

io.github.juliano.pokeapi.models.games.VersionGroup
See theVersionGroup companion object
final case class VersionGroup(id: Int, name: String, order: Int, generation: NamedAPIResource, moveLearnMethods: List[NamedAPIResource], pokedexes: List[NamedAPIResource], regions: List[NamedAPIResource], versions: List[NamedAPIResource])

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