| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Networking.Responses.ReleasePokemonResponse
Documentation
data ReleasePokemonResponse #
Constructors
| ReleasePokemonResponse | |
Instances
| Eq ReleasePokemonResponse # | |
| Show ReleasePokemonResponse # | |
| Message ReleasePokemonResponse # | |
| Default ReleasePokemonResponse # | |
| HasField "candyAwarded" ReleasePokemonResponse ReleasePokemonResponse # | |
| HasField "result" ReleasePokemonResponse ReleasePokemonResponse # | |
| type Field "candyAwarded" ReleasePokemonResponse # | |
| type Field "result" ReleasePokemonResponse # | |
data ReleasePokemonResponse'Result #
Constructors
| ReleasePokemonResponse'UNSET | |
| ReleasePokemonResponse'SUCCESS | |
| ReleasePokemonResponse'POKEMON_DEPLOYED | |
| ReleasePokemonResponse'FAILED | |
| ReleasePokemonResponse'ERROR_POKEMON_IS_EGG |
Instances
candyAwarded :: forall msg msg'. HasField "candyAwarded" msg msg' => Lens msg msg' (Field "candyAwarded" msg) (Field "candyAwarded" msg') #