Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.POGOProtos.Data.Logs.CatchPokemonLogEntry
Documentation
data CatchPokemonLogEntry #
Constructors
CatchPokemonLogEntry | |
Instances
Eq CatchPokemonLogEntry # | |
Show CatchPokemonLogEntry # | |
Message CatchPokemonLogEntry # | |
Default CatchPokemonLogEntry # | |
HasField "combatPoints" CatchPokemonLogEntry CatchPokemonLogEntry # | |
HasField "pokemonDataId" CatchPokemonLogEntry CatchPokemonLogEntry # | |
HasField "pokemonId" CatchPokemonLogEntry CatchPokemonLogEntry # | |
HasField "result" CatchPokemonLogEntry CatchPokemonLogEntry # | |
type Field "combatPoints" CatchPokemonLogEntry # | |
type Field "pokemonDataId" CatchPokemonLogEntry # | |
type Field "pokemonId" CatchPokemonLogEntry # | |
type Field "result" CatchPokemonLogEntry # | |
data CatchPokemonLogEntry'Result #
Constructors
CatchPokemonLogEntry'UNSET | |
CatchPokemonLogEntry'POKEMON_CAPTURED | |
CatchPokemonLogEntry'POKEMON_FLED |
Instances
combatPoints :: forall msg msg'. HasField "combatPoints" msg msg' => Lens msg msg' (Field "combatPoints" msg) (Field "combatPoints" msg') #
pokemonDataId :: forall msg msg'. HasField "pokemonDataId" msg msg' => Lens msg msg' (Field "pokemonDataId" msg) (Field "pokemonDataId" msg') #