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