| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Networking.Responses.FortSearchResponse
Documentation
data FortSearchResponse #
Constructors
Instances
| Eq FortSearchResponse # | |
| Show FortSearchResponse # | |
| Message FortSearchResponse # | |
| Default FortSearchResponse # | |
| HasField "chainHackSequenceNumber" FortSearchResponse FortSearchResponse # | |
| HasField "cooldownCompleteTimestampMs" FortSearchResponse FortSearchResponse # | |
| HasField "experienceAwarded" FortSearchResponse FortSearchResponse # | |
| HasField "gemsAwarded" FortSearchResponse FortSearchResponse # | |
| HasField "itemsAwarded" FortSearchResponse FortSearchResponse # | |
| HasField "maybe'pokemonDataEgg" FortSearchResponse FortSearchResponse # | |
| HasField "pokemonDataEgg" FortSearchResponse FortSearchResponse # | |
| HasField "result" FortSearchResponse FortSearchResponse # | |
| type Field "chainHackSequenceNumber" FortSearchResponse # | |
| type Field "cooldownCompleteTimestampMs" FortSearchResponse # | |
| type Field "experienceAwarded" FortSearchResponse # | |
| type Field "gemsAwarded" FortSearchResponse # | |
| type Field "itemsAwarded" FortSearchResponse # | |
| type Field "maybe'pokemonDataEgg" FortSearchResponse # | |
| type Field "pokemonDataEgg" FortSearchResponse # | |
| type Field "result" FortSearchResponse # | |
data FortSearchResponse'Result #
Constructors
| FortSearchResponse'NO_RESULT_SET | |
| FortSearchResponse'SUCCESS | |
| FortSearchResponse'OUT_OF_RANGE | |
| FortSearchResponse'IN_COOLDOWN_PERIOD | |
| FortSearchResponse'INVENTORY_FULL |
Instances
| Bounded FortSearchResponse'Result # | |
| Enum FortSearchResponse'Result # | |
| Eq FortSearchResponse'Result # | |
| Show FortSearchResponse'Result # | |
| MessageEnum FortSearchResponse'Result # | |
| FieldDefault FortSearchResponse'Result # | |
| Default FortSearchResponse'Result # | |
chainHackSequenceNumber :: forall msg msg'. HasField "chainHackSequenceNumber" msg msg' => Lens msg msg' (Field "chainHackSequenceNumber" msg) (Field "chainHackSequenceNumber" msg') #
cooldownCompleteTimestampMs :: forall msg msg'. HasField "cooldownCompleteTimestampMs" msg msg' => Lens msg msg' (Field "cooldownCompleteTimestampMs" msg) (Field "cooldownCompleteTimestampMs" msg') #
experienceAwarded :: forall msg msg'. HasField "experienceAwarded" msg msg' => Lens msg msg' (Field "experienceAwarded" msg) (Field "experienceAwarded" msg') #
gemsAwarded :: forall msg msg'. HasField "gemsAwarded" msg msg' => Lens msg msg' (Field "gemsAwarded" msg) (Field "gemsAwarded" msg') #
itemsAwarded :: forall msg msg'. HasField "itemsAwarded" msg msg' => Lens msg msg' (Field "itemsAwarded" msg) (Field "itemsAwarded" msg') #
maybe'pokemonDataEgg :: forall msg msg'. HasField "maybe'pokemonDataEgg" msg msg' => Lens msg msg' (Field "maybe'pokemonDataEgg" msg) (Field "maybe'pokemonDataEgg" msg') #
pokemonDataEgg :: forall msg msg'. HasField "pokemonDataEgg" msg msg' => Lens msg msg' (Field "pokemonDataEgg" msg) (Field "pokemonDataEgg" msg') #